fitzgen assigned Issue #929:
This is a tracking issue for the reference types proposal.
TODO
- [ ] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [ ]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [ ]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
fitzgen commented on Issue #929:
fyi, enough to get an
externref -> externref
identity function working just landed in https://github.com/bytecodealliance/wasmtime/pull/1781
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [ ]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [ ]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [ ] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [ ]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [ ] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [ ]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [ ]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [ ]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [ ]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [ ]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [ ]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [ ]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [ ]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [x]ref_is_null.wast
* [ ]ref_null.wast
* [ ]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [x]ref_is_null.wast
* [ ]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [ ]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [x]ref_is_null.wast
* [ ]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [ ]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [x]ref_is_null.wast
* [ ]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [ ]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [ ] Finalize associated host info when externref is finalized: https://github.com/bytecodealliance/wasmtime/issues/1803
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [x]ref_is_null.wast
* [ ]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [ ]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [ ]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [ ]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [ ]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [ ] Ensure that the API supports reference types and new reference types operations
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [ ] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [ ] Ensure that the API supports reference types and new reference types operations
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [ ] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [ ] Ensure that the API supports reference types and new reference types operations
fitzgen commented on Issue #929:
All spec tests are now passing on
main
.
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [ ] Ensure that the API supports reference types and new reference types operations
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [ ] Ensure that the Rust API supports reference types and new reference types operations
- [ ] Expose reference types in the C API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [ ] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [ ] Expose reference types in the C API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [ ] Expose reference types in the C API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
Support Reference Types in Language Embedding APIs
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
- [ ] Support reference types in the go API
- [ ] Support reference types in the .NET API
- [ ] Support reference types in the Python API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
Support Reference Types in Language Embedding APIs
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
- [ ] Support reference types in the Go API
- [ ] Support reference types in the .NET API
- [ ] Support reference types in the Python API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
Support Reference Types in Language Embedding APIs
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
- [ ] Support reference types in the Go API
- [ ] Support reference types in the .NET API
- [x] Support reference types in the Python API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
Support Reference Types in Language Embedding APIs
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
- [ ] Support reference types in the Go API
- [x] Support reference types in the .NET API
- [x] Support reference types in the Python API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
Support Reference Types in Language Embedding APIs
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
- [x] Support reference types in the Go API
- [x] Support reference types in the .NET API
- [x] Support reference types in the Python API
fitzgen edited Issue #929 (assigned to fitzgen):
This is a tracking issue for the reference types proposal.
TODO
- [x] Depends on bulk memory: #928
- [x] Enable the reference types proposal's test suite
* [x]binary.wast
* [x]br_table.wast
* [x]exports.wast
* [x]globals.wast
* [x]imports.wast
* [x]linking.wast
* [x]memory_grow.wast
* [x]ref_func.wast
* [x]ref_is_null.wast
* [x]ref_null.wast
* [x]select.wast
* [x]table_fill.wast
* [x]table_get.wast
* [x]table_grow.wast
* [x]table_set.wast
* [x]table_size.wast
* [x]unreached_invalid.wast
- [x] Enable reference types in the fuzzers
- [x] Do not leak
externref
s passed into Wasm: https://github.com/bytecodealliance/wasmtime/issues/1804- [x] Enable
Func::wrap
support for functions using reference types: https://github.com/bytecodealliance/wasmtime/issues/1868- [ ] Support reference types on aarch64: https://github.com/bytecodealliance/wasmtime/issues/1886
- [ ] Enable reference types by default
Support Reference Types in Language Embedding APIs
- [x] Ensure that the Rust API supports reference types and new reference types operations
- [x] Expose reference types in the C API
- [x] Support reference types in the Go API
- [x] Support reference types in the .NET API
- [x] Support reference types in the Python API
Last updated: Nov 22 2024 at 16:03 UTC