Skip to content

Add new HelperInstr sort#748

Open
anvacaru wants to merge 2 commits intomasterfrom
anvacaru/helper-sort
Open

Add new HelperInstr sort#748
anvacaru wants to merge 2 commits intomasterfrom
anvacaru/helper-sort

Conversation

@anvacaru
Copy link

  • Introduced a new HelperInstr sort in WASM-INTERNAL-SYNTAX for existing auxiliary Instr productions.
  • Moved all internal execution-phase instruction productions out of into HelperInstr subsort:
    • covering control flow (#block, #br, #if, #loop),
    • variable access (#local.*, #global.*),
    • table operations (#table.*, #tableGet, #tableFill),
    • reference instructions (#ref.is_null, #ref.func),
    • call helpers (#call, #callIndirect),
    • memory stepping helpers (grow, fill, copy, fillTrap, copyTrap),
    • local initialization (init_local, init_locals).

@anvacaru anvacaru marked this pull request as ready for review March 18, 2026 12:11
@anvacaru anvacaru requested a review from bbyalcinkaya March 18, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants