Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ release
Method
release
crates/c-api/include/wasm.hh:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
auto release() -> T* {
100
size_ = invalid_size;
101
return data_.release();
102
}
103
104
void reset() {
105
free_data();
Callers
15
vec
Method · 0.80
reset
Method · 0.80
Val
Method · 0.80
copy
Method · 0.80
capi_release
Function · 0.80
ExternRef
Method · 0.80
set_data
Method · 0.80
epoch_deadline_callback
Method · 0.80
Func
Method · 0.80
wrap
Method · 0.80
func_new
Method · 0.80
func_wrap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected