Modules§
- core 🔒
Macros§
Structs§
- Information collected from validating a module. This can be used to create a crate::RuntimeInstance.
Enums§
- https://webassembly.github.io/spec/core/binary/types.html#reference-types TODO flatten NumType and RefType enums, as they are not used individually and
wasmparser
also does it. - A value at runtime. This is essentially a duplicate of ValType just with additional values.
Constants§
- The default module name if a RuntimeInstance was created using RuntimeInstance::new.