Expand description
§WASM module support for flo_scene
This crate adds a subprogram for loading WASM modules into scenes.
§wasm32-unknown-unknown
Standard modules can be compiled for the wasm32-unknown-unknown target. These can be made very small, and will use the scene itself as the only means of communication with the rest of the world.
Structs§
- Wasm
MaxInput Waiting - The maximum number of waiting messages allowed in the queue for a WASM subprogram
Enums§
- Wasm
Control - Control messages for loading WASM modules
- Wasm
Module Id - Identifies module loaded by a WASM control program
- Wasm
Subprogram Error - Errors that can be generated by the WASM control program
- Wasm
Update - Updates sent by the WASM control program
Functions§
- wasm_
control_ subprogram - A subprogram that loads and runs subprograms written in WASM