Module module

Module module 

Source
Expand description

Defines the Module data type and various useful traits and data types to interact with a module.

Modules§

inner 🔒
Defines the BackendModule data 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§

IoCompileError
IO errors that can happen while compiling a Module.