WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

WASM proposals supporting in Wasm C API #169

Open q82419 opened 3 years ago

q82419 commented 3 years ago

The Bulk memory operations and the Reference Types have merged into master. Should Wasm C API support these proposals such as replacing WASM_ANYREF into WASM_EXTERNREF? And also, is it possible for the C API that supports Fixed-width SIMD proposal with the new value type of V128? Thanks.

sascha1337 commented 3 years ago

thanks for this issue, been about to ask the same questions