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

Method engine

crates/wast/src/wast.rs:153–155  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

151 }
152
153 fn engine(&self) -> &Engine {
154 self.core_linker.engine()
155 }
156
157 /// Configures whether or not error messages are ignored in directives like
158 /// `assert_invalid`.

Callers 7

link_spectestFunction · 0.45
link_component_spectestFunction · 0.45
instantiate_componentMethod · 0.45
moduleMethod · 0.45
module_definitionMethod · 0.45
run_wastMethod · 0.45
run_directiveMethod · 0.45

Calls

no outgoing calls

Tested by 2

link_spectestFunction · 0.36
link_component_spectestFunction · 0.36