Parent: #134
Implement a correct WebAssembly MVP end to end.
Acceptance:
- Decode and validate modules with deterministic diagnostics.
- Compile/execute MVP instructions, functions, control flow, numeric operations, memory, tables, globals, imports, exports, start functions, and traps.
- Implement WebAssembly.Module, Instance, Memory, Table, Global, CompileError, LinkError, and RuntimeError behavior.
- Integrate calls, exceptions, GC roots, workers, and shared-runtime teardown.
- Run the applicable upstream WebAssembly spec tests with a machine-readable pass/fail/skip inventory.
- Do not silently accept unsupported proposal opcodes or sections.
Parent: #134
Implement a correct WebAssembly MVP end to end.
Acceptance: