Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ wasm_memory_data
Function
wasm_memory_data
src/wasm-c.cc:921–923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
}
920
921
wasm_byte_t* wasm_memory_data(wasm_memory_t* memory) {
922
return memory->data();
923
}
924
925
size_t wasm_memory_data_size(const wasm_memory_t* memory) {
926
return memory->data_size();
Callers
1
main
Function · 0.85
Calls
1
data
Method · 0.80
Tested by
no test coverage detected