wasi-libc icon indicating copy to clipboard operation
wasi-libc copied to clipboard

how does preview2 deal with wasm64?

Open trcrsired opened this issue 1 year ago • 2 comments

The apis are still assuming they are 32 bit apis. How are you going to support them?

trcrsired avatar Feb 08 '24 18:02 trcrsired

Nice question, I'm also worried about the same thing.

py-162157 avatar Feb 21 '24 01:02 py-162157

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.

sunfishcode avatar Mar 01 '24 02:03 sunfishcode