Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_names
Function · 0.85
declare_data
Method · 0.85
create
Function · 0.85
read
Method · 0.85
poll_read
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected