Module lunatic_runtime::module [−][src]
Modules
| normalisation | Each compiler that supports WebAssembly as a target (Rust, C, AssemblyScript, …), will produce slightly different WASM modules. It’s impossible for Lunatic to provide just one interface that correctly works with all the subtle abstraction differences chosen by each language. To solve this issue we run a normalisation step on each WASM module before compiling it. |
Structs
| LunaticModule |