Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ release
Method
release
include/wasm.hh:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
auto release() -> T* {
94
size_ = invalid_size;
95
return data_.release();
96
}
97
98
void reset() {
99
free_data();
Callers
9
imports
Method · 0.80
exports
Method · 0.80
~borrowed_vec
Method · 0.80
~borrowed_val
Method · 0.80
wasm_instance_new
Function · 0.80
vec
Method · 0.80
reset
Method · 0.80
Val
Method · 0.80
copy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected