[][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 ImportObject safely.

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 Module using the provided compiler from WebAssembly binary code. This function is useful if it is necessary to a compile a module before it can be instantiated and must be used if you wish to use a different backend from the default.

load_cache_with
validate

Perform validation as defined by the WebAssembly specification. Returns true if validation succeeded, false if validation failed.

Type Definitions

Result