MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasm_function_references

Method wasm_function_references

crates/wasmtime/src/config.rs:1011–1014  ·  view source on GitHub ↗
(&mut self, enable: bool)

Source from the content-addressed store, hash-verified

1009 /// [proposal]: https://github.com/WebAssembly/function-references
1010 #[cfg(feature = "gc")]
1011 pub fn wasm_function_references(&mut self, enable: bool) -> &mut Self {
1012 self.wasm_features(WasmFeatures::FUNCTION_REFERENCES, enable);
1013 self
1014 }
1015
1016 /// Configures whether the [WebAssembly wide-arithmetic][proposal] will be
1017 /// enabled for compilation.

Calls 1

wasm_featuresMethod · 0.80

Tested by 15

owned_rootedFunction · 0.36
i31ref_to_raw_round_tripFunction · 0.36
i31ref_global_newFunction · 0.36
i31ref_global_getFunction · 0.36
i31ref_global_setFunction · 0.36
i31ref_global_tyFunction · 0.36