- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DataView (0.13 sec)
-
lib/wasm/wasm_exec.js
a[i] = loadValue(array + i * 8); } return a; } const loadString = (addr) => { const saddr = getInt64(addr + 0); const len = getInt64(addr + 8); return decoder.decode(new DataView(this._inst.exports.mem.buffer, saddr, len)); } const testCallExport = (a, b) => { this._inst.exports.testExport0(); return this._inst.exports.testExport(a, b); }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Sun Dec 08 15:34:47 UTC 2024 - 16.6K bytes - Viewed (0)