[][src]Module wasmtime_runtime::libcalls

Runtime library calls. Note that wasm compilers may sometimes perform these inline rather than calling them, particularly when CPUs have special instructions which compute them directly.

Functions

wasmtime_f32_ceil

Implementation of f32.ceil

wasmtime_f32_floor

Implementation of f32.floor

wasmtime_f32_trunc

Implementation of f32.trunc

wasmtime_f32_nearest

Implementation of f32.nearest

wasmtime_f64_ceil

Implementation of f64.ceil

wasmtime_f64_floor

Implementation of f64.floor

wasmtime_f64_trunc

Implementation of f64.trunc

wasmtime_f64_nearest

Implementation of f64.nearest

wasmtime_imported_memory32_grow

Implementation of memory.grow for imported 32-bit memories.

wasmtime_imported_memory32_size

Implementation of memory.size for imported 32-bit memories.

wasmtime_memory32_grow

Implementation of memory.grow for locally-defined 32-bit memories.

wasmtime_memory32_size

Implementation of memory.size for locally-defined 32-bit memories.