A WIP prototype for wasm+ecs shared-memory plugin system for games.
See:
- https://web.archive.org/web/20250125012330/https://legendofworlds.com/blog/2
- https://web.archive.org/web/20220122122529/https://devblog.arcana.rs/how-to-make-plugins-system-with-rust-and-webassembly
- https://nullderef.com/blog/plugin-tech
- https://component-model.bytecodealliance.org/language-support/rust.html
- https://book.veloren.net/contributors/modders/writing-a-plugin.html
- https://reddit.com/r/rust/comments/1hvaz5f/rust_wasm_plugins_example
- https://ianjk.com/ecs-in-rust
- https://github.com/WebAssembly/wabt/issues/2307