Skip to content

WebAssembly bulk memory: execute memory operations and passive data lifecycle #277

Description

@chrisbbreuer

Parent: #272
Depends on: #276
Roadmap: #263, #142, #134

Implement failure-atomic bulk memory execution and passive data segment state.

Acceptance:

  • Instantiate active data segments failure-atomically and retain passive data per instance.
  • Execute memory.init, data.drop, memory.copy, and memory.fill with exact unsigned bounds and trap ordering.
  • Preserve memmove overlap semantics and make zero-length boundary cases spec-exact.
  • Preserve dropped-segment behavior across repeated calls, traps, and imported memories.
  • Add focused executor and JavaScript API coverage.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions