Expand description
Dummy implementations of things that a Wasm module can import.
Functionsยง
- dummy_
extern - Construct a dummy
Extern
from its type signature - dummy_
func - Construct a dummy function for the given function type
- dummy_
global - Construct a dummy global for the given global type.
- dummy_
linker - Create a set of dummy functions/globals/etc for the given imports.
- dummy_
memory - Construct a dummy memory for the given memory type.
- dummy_
table - Construct a dummy table for the given table type.
- dummy_
value - Construct a dummy value for the given value type.
- dummy_
values - Construct a sequence of dummy values for the given types.