This is an example of an application that extends its functionalities with a plugin system. This project is written in Rust, plugins are compiled to WASM components. They are then executed at runtime by the app.
To run this example you need various softwares:
- Rust (no way?) and Cargo
- Wasm-tools
$ cd plugin-ie
$ ./compile.sh
$ cd ..
$ cargo run
>> load plugin_ie.wasm
- Use the project idk