Assemble kernel on the client #1

Merged
cdo merged 72 commits from client-side-assembler into main 2026-03-18 15:21:33 +00:00
Showing only changes of commit f4433ce3a3 - Show all commits

2
asm.js
View File

@@ -984,7 +984,7 @@ export class Assembler {
return [ return [
...(loc.mem == 0 ? [ 0 ] : [ 2, loc.mem ]), ...(loc.mem == 0 ? [ 0 ] : [ 2, loc.mem ]),
opcodes["i32.const"], opcodes["i32.const"],
loc.addr, ...this.leb128(loc.addr),
opcodes["end"], opcodes["end"],
data.length, data.length,
...data, ...data,