Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ICBNetwork/web3-Wallet
/ getStringFromWasm0
Function
getStringFromWasm0
ppom/src/ppom.js:20–23 ·
view source on GitHub ↗
(ptr, len)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
getStringFromWasm0(ptr, len) {
21
ptr = ptr >>> 0;
22
return
cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len));
23
}
24
25
const
heap =
new
Array(128).fill(undefined);
26
Callers
1
__wbg_get_imports
Function · 0.85
Calls
1
getUint8Memory0
Function · 0.85
Tested by
no test coverage detected