Hey there! Really cool project.
I was curious to see if one someone from the community is interested in adding support for applications that have been compiled against WASI preview 2 and the component model.
For some background context, I'm really interested in embedding a library compiled to WebAssembly into an iOS app. My library has been compiled to WASI via Rust's wasm32-wasi-preview2 target and I'm looking to see how many different devices I can currently embed that library into.
Is there a limitation preventing this project from supporting WASI preview 2 and/or the component model? Are there alternative runtimes available with wasip2 support that you're aware of?
Thank you!
Hey there! Really cool project.
I was curious to see if one someone from the community is interested in adding support for applications that have been compiled against WASI preview 2 and the component model.
For some background context, I'm really interested in embedding a library compiled to WebAssembly into an iOS app. My library has been compiled to WASI via Rust's
wasm32-wasi-preview2target and I'm looking to see how many different devices I can currently embed that library into.Is there a limitation preventing this project from supporting WASI preview 2 and/or the component model? Are there alternative runtimes available with wasip2 support that you're aware of?
Thank you!