[−][src]Crate wasmer_runtime_core
Modules
| cache | |
| error | |
| export | |
| global | |
| import | |
| instance | |
| memory | |
| module | |
| prelude | |
| structures | |
| table | |
| types | |
| units | |
| vm |
Macros
| debug | |
| func | |
| imports | Generate an |
Structs
| 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 |
| load_cache_with⚠ | |
| validate | Perform validation as defined by the
WebAssembly specification. Returns |
Type Definitions
| Result |