[][src]Crate wasmtime_jit

JIT-style runtime for WebAssembly using Cranelift.

Modules

native
trampoline

Structs

CodeMemory

Memory manager for executable code.

CompiledModule

A compiled wasm module, ready to be instantiated.

Compiler

A WebAssembly code JIT compiler.

NullResolver

Resolver implementation that always resolves to None.

Enums

CompilationStrategy

Select which kind of compilation to use.

SetupError

An error condition while setting up a wasm instance, be it validation, compilation, or instantiation.

Constants

VERSION

Version number of this crate.

Traits

Resolver

Import resolver connects imports with available exported values.

Functions

instantiate

Create a new wasm instance by compiling the wasm module in data and instatiating it.

link_module

Links a module that has been compiled with compiled_module in wasmtime-environ.

target_tunables

Return a Tunables instance tuned for the given target platform.