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

Class Data

tests/all/component_model/resources.rs:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458 #[derive(Default)]
459 struct Data {
460 drops: u32,
461 last_drop: Option<u32>,
462 }
463
464 let mut store = Store::new(&engine, Data::default());
465 let mut linker = Linker::new(&engine);

Callers 5

get_namesFunction · 0.85
declare_dataMethod · 0.85
createFunction · 0.85
readMethod · 0.85
poll_readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected