Crate flo_scene_wasm

Crate flo_scene_wasm 

Source
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§

WasmMaxInputWaiting
The maximum number of waiting messages allowed in the queue for a WASM subprogram

Enums§

WasmControl
Control messages for loading WASM modules
WasmModuleId
Identifies module loaded by a WASM control program
WasmSubprogramError
Errors that can be generated by the WASM control program
WasmUpdate
Updates sent by the WASM control program

Functions§

wasm_control_subprogram
A subprogram that loads and runs subprograms written in WASM