MCPcopy Create free account
hub / github.com/bytecodealliance/WASI-Virt / table

Method table

tests/virt.rs:252–254  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

250
251 let mut config = Config::new();
252 config.cache(Some(Cache::from_file(None).unwrap()));
253 config.wasm_backtrace_details(WasmBacktraceDetails::Enable);
254 config.wasm_component_model(true);
255
256 let engine = Engine::new(&config)?;
257 let mut linker = Linker::new(&engine);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected