[−][src]Crate wasmer_runtime_core
Modules
| error | |
| export | |
| import | |
| instance | |
| memory | |
| module | |
| prelude | |
| structures | |
| table | |
| types | |
| vm | 
Macros
| export_func | |
| imports | Generate an  | 
Structs
| Instance | An instantiated WebAssembly module. | 
| Module | A compiled WebAssembly module. | 
Constants
| VERSION | The current version of this crate | 
Functions
| compile_with | Compile a  | 
| validate | Perform validation as defined by the
WebAssembly specification. Returns  | 
Type Definitions
| Result |