Stream: git-wasmtime

Topic: wasmtime / issue #10625 Support 64-bit tables in the C/C+...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 21 2025 at 22:11):

alexcrichton added the wasmtime:c-api label to Issue #10625.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 21 2025 at 22:11):

alexcrichton opened issue #10625:

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 21 2025 at 22:11):

alexcrichton added the wasm-proposal:memory64 label to Issue #10625.


Last updated: Dec 06 2025 at 06:05 UTC