[−][src]Crate wasmer_runtime_core
Re-exports
pub use trampoline_x64 as trampoline; |
pub use wasmparser; |
Modules
| cache | |
| codegen | |
| error | |
| export | |
| fault | |
| global | |
| import | |
| instance | |
| loader | |
| memory | |
| module | |
| parse | |
| prelude | |
| state | |
| structures | |
| table | |
| trampoline_x64 | Trampoline generator for carrying context with function pointer. |
| typed_func | |
| types | |
| units | |
| vm |
Macros
| debug | |
| func | |
| imports | Generate an |
| trace |
Structs
| DynFunc | A representation of an exported WebAssembly function. |
| Func | |
| Instance | An instantiated WebAssembly module. |
| Module | A compiled WebAssembly module. |
Constants
| VERSION | The current version of this crate |
Traits
| IsExport |
Functions
| compile_with | Compile a |
| compile_with_config | The same as |
| load_cache_with⚠ | |
| validate | Perform validation as defined by the
WebAssembly specification. Returns |
| validate_and_report_errors | The same as |
| validate_and_report_errors_with_features | The same as |
Type Definitions
| Result |