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 74a8f21379 - Show all commits

2
asm.js
View File

@@ -963,7 +963,7 @@ export class Assembler {
} }
func.body.push(...this.leb128(def_value)); func.body.push(...this.leb128(def_value));
} else { } else {
func.body.push(...this.leb128(value)); func.body.push(...this.uleb128(value));
} }
} }