Struct wasmtime_environ::BuiltinFunctionIndex [−][src]
pub struct BuiltinFunctionIndex(_);
Expand description
An index type for builtin functions.
Implementations
Returns an index for wasm’s memory.grow
builtin function.
Returns an index for wasm’s imported memory.grow
builtin function.
Returns an index for wasm’s memory.size
builtin function.
Returns an index for wasm’s imported memory.size
builtin function.
Returns an index for wasm’s table.copy
when both tables are locally
defined.
Returns an index for wasm’s table.init
.
Returns an index for wasm’s memory.copy
Returns an index for wasm’s memory.fill
for locally defined memories.
Returns an index for wasm’s memory.fill
for imported memories.
Returns an index for wasm’s memory.init
instruction.
Returns an index for Wasm’s table.grow
instruction for funcref
s.
Returns an index for Wasm’s table.grow
instruction for externref
s.
Returns an index for Wasm’s table.fill
instruction for externref
s.
Returns an index for Wasm’s table.fill
instruction for funcref
s.
Returns an index to drop a VMExternRef
.
Returns an index to do a GC and then insert a VMExternRef
into the
VMExternRefActivationsTable
.
Returns an index for Wasm’s global.get
instruction for externref
s.
Returns an index for Wasm’s global.get
instruction for externref
s.
Returns an index for wasm’s memory.atomic.notify
for locally defined memories.
Returns an index for wasm’s memory.atomic.notify
for imported memories.
Returns an index for wasm’s memory.atomic.wait32
for locally defined memories.
Returns an index for wasm’s memory.atomic.wait32
for imported memories.
Returns an index for wasm’s memory.atomic.wait64
for locally defined memories.
Returns an index for wasm’s memory.atomic.wait64
for imported memories.
Invoked when fuel has run out while executing a function.
Returns the total number of builtin functions.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuiltinFunctionIndex
impl Send for BuiltinFunctionIndex
impl Sync for BuiltinFunctionIndex
impl Unpin for BuiltinFunctionIndex
impl UnwindSafe for BuiltinFunctionIndex
Blanket Implementations
Mutably borrows from an owned value. Read more