wasm shell + destructuring
This commit is contained in:
@@ -194,6 +194,7 @@ pub const Op = union(enum) {
|
||||
|
||||
// ── Globals ─────────────────────────────────────────────────────
|
||||
global_get: GlobalId,
|
||||
global_addr: GlobalId, // address of a global (pointer, not load)
|
||||
global_set: GlobalSet,
|
||||
func_ref: FuncId, // reference to a function (for function pointers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user