Expand description
Defines the Module data type and various useful traits and data types to interact with a
module.
Modules§
- inner 🔒
- Defines the
BackendModuledata type and various useful traits and data types to interact with a concrete module from a backend.
Structs§
- Module
- A WebAssembly Module contains stateless WebAssembly code that has already been compiled and can be instantiated multiple times.
Enums§
- IoCompile
Error - IO errors that can happen while compiling a
Module.