Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ getArrayU8FromWasm
Function
getArrayU8FromWasm
wasm/browser/script/polyfilled-transformer.js:48–50 ·
view source on GitHub ↗
(ptr, len)
Source
from the content-addressed store, hash-verified
46
}
47
48
function
getArrayU8FromWasm(ptr, len) {
49
return
getUint8Memory().subarray(ptr / 1, ptr / 1 + len);
50
}
51
/**
52
* i64 lowering that can be done by the browser
53
* @param {Uint8Array} wasm_binary
Callers
1
lowerI64Imports
Function · 0.85
Calls
1
getUint8Memory
Function · 0.85
Tested by
no test coverage detected