Module parity_wasm::interpreter
[−]
[src]
Deprecated since 0.23
: Use wasmi crate to interpret wasm
WebAssembly interpreter module.
Structs
| CallerContext |
[ Deprecated ] Caller context. |
| ExecutionParams |
[ Deprecated ] Execution context. |
| MemoryInstance |
[ Deprecated ] Linear memory instance. |
| ModuleInstance |
[ Deprecated ] Module instance. |
| ProgramInstance |
[ Deprecated ] Program instance. Program is a set of instantiated modules. |
| TableInstance |
[ Deprecated ] Table instance. |
| UserDefinedElements |
[ Deprecated ] Set of user-defined module elements. |
| VariableInstance |
[ Deprecated ] Variable instance. |
Enums
| Error |
[ Deprecated ] Internal interpreter error. |
| ExportEntryType |
[ Deprecated ] Export type. |
| FunctionSignature |
[ Deprecated ] Function signature. |
| ItemIndex |
[ Deprecated ] Item index in items index space. |
| RuntimeValue |
[ Deprecated ] Runtime value. |
| UserFunctionDescriptor |
[ Deprecated ] User function descriptor |
| VariableType |
[ Deprecated ] Variable type. |
Traits
| ExternalVariableValue |
[ Deprecated ] Externally stored variable value. |
| ModuleInstanceInterface |
[ Deprecated ] Module instance API. |
| UserError |
[ Deprecated ] Custom user error. |
| UserFunctionExecutor |
[ Deprecated ] User functions executor. |
Functions
| native_module |
[ Deprecated ] Create wrapper for a module with given native user functions. |