This is the complete list of members for wasmtime::Val, including all inherited members.
externref(Store::Context cx) const | wasmtime::Val | inline |
f32() const | wasmtime::Val | inline |
f64() const | wasmtime::Val | inline |
funcref() const | wasmtime::Val | inline |
i32() const | wasmtime::Val | inline |
i64() const | wasmtime::Val | inline |
kind() const | wasmtime::Val | inline |
unroot(Store::Context cx) | wasmtime::Val | inline |
v128() const | wasmtime::Val | inline |
Val(int32_t i32) | wasmtime::Val | inline |
Val(int64_t i64) | wasmtime::Val | inline |
Val(float f32) | wasmtime::Val | inline |
Val(double f64) | wasmtime::Val | inline |
Val(const V128 &v128) | wasmtime::Val | inline |
Val(std::optional< Func > func) | wasmtime::Val | inline |
Val(Func func) | wasmtime::Val | inline |
Val(std::optional< ExternRef > ptr) | wasmtime::Val | inline |
Val(ExternRef ptr) | wasmtime::Val | inline |