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 0056610238 - Show all commits

2
asm.js
View File

@@ -961,7 +961,7 @@ export class Assembler {
?? this.lookup_global(action.symbol) ?? this.lookup_global(action.symbol)
?? this.lookup_table(action.symbol) ?? this.lookup_table(action.symbol)
?? this.lookup_type(action.symbol) ?? this.lookup_type(action.symbol)
?? this.lookup_func(action.symbol) ?? this.lookup_func(action.symbol);
if (value == null) { if (value == null) {
const def_value = this.lookup_def(action.symbol); const def_value = this.lookup_def(action.symbol);
if (def_value == null) { if (def_value == null) {