Lyra engine scripting with wasm using Wasmtime
Find a file
SeanOMik 45825970cb
Create a 'downcastable any' type in WIT and move away from bytemuck for component serialization
Using bytemuck made it impossible to pass data between the guest and host due to dealing with memory layouts. It makes more sense to define the types in WIT, this method also actually works lmao
2025-04-14 20:29:35 -04:00
common-api Create a 'downcastable any' type in WIT and move away from bytemuck for component serialization 2025-04-14 20:29:35 -04:00
src Create a 'downcastable any' type in WIT and move away from bytemuck for component serialization 2025-04-14 20:29:35 -04:00
wit Create a 'downcastable any' type in WIT and move away from bytemuck for component serialization 2025-04-14 20:29:35 -04:00
.gitignore Initial commit 2025-01-11 23:32:13 -05:00
build.rs Initial commit 2025-01-11 23:32:13 -05:00
Cargo.lock Add systems and other things for running wasm scripts in Lyra engine 2025-01-25 09:53:25 -05:00
Cargo.toml Add systems and other things for running wasm scripts in Lyra engine 2025-01-25 09:53:25 -05:00
rust-toolchain.toml Initial commit 2025-01-11 23:32:13 -05:00
rustfmt.toml Initial commit 2025-01-11 23:32:13 -05:00