Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ reset
Method
reset
crates/c-api/include/wasm.hh:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void reset() {
105
free_data();
106
size_ = invalid_size;
107
data_.reset();
108
}
109
110
void reset(vec& that) {
111
free_data();
Callers
15
execute
Method · 0.45
poll
Method · 0.45
create_engine
Function · 0.45
create_store
Function · 0.45
create_linker
Function · 0.45
compile_wat_module_from_file
Function · 0.45
main
Function · 0.45
SetOnDrop
Method · 0.45
helpers.hh
File · 0.45
ValType
Method · 0.45
ValType
Class · 0.45
FuncType
Class · 0.45
Calls
1
release
Method · 0.80
Tested by
1
SetOnDrop
Method · 0.36