bytecodealliance / bytecodealliance/wasmtime
Support 64-bit tables in the C/C++ API
Open
wasm-proposal:memory64
wasmtime:c-api
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
Right now only 32-bit tables are supported since `wasm.h` is primarily used and that doesn't support 64-bit integers. We should update to do something similar to memory types where `wasmtime_*` functions are added to deal with 64-bit types.
Contributor guide
Assessment
This issue has not been assessed yet.