-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for the bulk memory operations proposal #928
Labels
wasmtime
Issues about wasmtime that don't fall into another label
Comments
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 14, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 14, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 14, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 24, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 24, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 26, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
fitzgen
added a commit
to fitzgen/wasmtime
that referenced
this issue
Feb 26, 2020
This adds support for the `table.copy` instruction from the bulk memory proposal. It also supports multiple tables, which were introduced by the reference types proposal. Part of bytecodealliance#928
alexcrichton
added
the
wasmtime
Issues about wasmtime that don't fall into another label
label
Feb 27, 2020
Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a tracking issue for the bulk memory operations proposal.
TODO:
binary.wast
bulk.wast
custom.wast
data.wast
elem.wast
imports.wast
linking.wast
memory_copy.wast
memory_fill.wast
memory_init.wast
table_init.wast
table_copy.wast
The text was updated successfully, but these errors were encountered: