bytecodealliance / bytecodealliance/wasm-tools

Add validaton for 64bit component model

Open
#2,500 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
351
Avg merge
16h 57m
Merged PRs (30d)
38

Description

This is a checklist issue to track the progress of the implementation side of [this 🐘 spec PR](https://github.com/WebAssembly/component-model/pull/624).

The following is a list of subfeatures that are not or only loosely related and can be worked on independently. Validating a 64bit component model module will (in general) only really work once they are all done, but since the feature is behind a feature flag, it is ok for the feature to be in an incomplete state.
- [x] Feature flag [#2496](https://github.com/bytecodealliance/wasm-tools/pull/2496)
- [x] resource rep [#2496](https://github.com/bytecodealliance/wasm-tools/pull/2496)
- [x] realloc [#2501](https://github.com/bytecodealliance/wasm-tools/pull/2501)
- [x] context.{get, set} [#2502](https://github.com/bytecodealliance/wasm-tools/pull/2502)
- [x] waitable-set.{wait, poll} [#2514](https://github.com/bytecodealliance/wasm-tools/pull/2514)
- [ ] stream.{read, write}
- [ ] future.{read, write}
- [ ] thread.{new-indirect, spawn-ref, spawn-indirect}
- [ ] error-context.{new, debug-message}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.