Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ wasm_extern_as_memory_const
Function
wasm_extern_as_memory_const
src/wasm-c.cc:998–1000 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
996
return hide_table(external->table());
997
}
998
const wasm_memory_t* wasm_extern_as_memory_const(const wasm_extern_t* external) {
999
return hide_memory(external->memory());
1000
}
1001
1002
1003
// Module Instances
Callers
nothing calls this directly
Calls
1
memory
Method · 0.80
Tested by
no test coverage detected