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

Function store

crates/fuzzing/src/oracles/dummy.rs:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 use super::*;
27
28 fn store() -> Store<()> {
29 let mut config = Config::default();
30 config.wasm_multi_memory(true);
31 let engine = wasmtime::Engine::new(&config).unwrap();
32 Store::new(&engine, ())
33 }
34
35 #[test]
36 fn dummy_table_import() {

Callers 4

dummy_table_importFunction · 0.70
dummy_global_importFunction · 0.70
dummy_memory_importFunction · 0.70
dummy_function_importFunction · 0.70

Calls 3

newFunction · 0.50
wasm_multi_memoryMethod · 0.45
unwrapMethod · 0.45

Tested by 4

dummy_table_importFunction · 0.56
dummy_global_importFunction · 0.56
dummy_memory_importFunction · 0.56
dummy_function_importFunction · 0.56