Skip to content

WebAssembly: implement the MVP runtime and JavaScript API #141

Description

@chrisbbreuer

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions