wasi-libc
wasi-libc copied to clipboard
how does preview2 deal with wasm64?
The apis are still assuming they are 32 bit apis. How are you going to support them?
Nice question, I'm also worried about the same thing.
First, we'll need support in wit-bindgen for emitting 64-bit bindings. Once that's done, we'll generate 64-bit bindings, and in theory wasi-libc should just work.