MCPcopy Create free account
hub / github.com/csound/csound / getInt32Memory

Function getInt32Memory

wasm/browser/script/polyfilled-transformer.js:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4let cachegetInt32Memory = null;
5
6function getInt32Memory() {
7 if (cachegetInt32Memory === null || cachegetInt32Memory.buffer !== wasm.wasi.memory.buffer) {
8 cachegetInt32Memory = new Int32Array(wasm.wasi.memory.buffer);
9 }
10 return cachegetInt32Memory;
11}
12
13let cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true });
14

Callers 2

versionFunction · 0.85
lowerI64ImportsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected