wasmerio / wasmer-go

🐹🕸️ WebAssembly runtime for Go
https://pkg.go.dev/github.com/wasmerio/wasmer-go
MIT License
2.84k stars 161 forks source link

Support for WASI 0.2? #411

Closed arnabghose997 closed 1 month ago

arnabghose997 commented 1 month ago

Hi, I just wanted to know if wasmer-go currently supports WASI 0.2 or is there any active development work going on?

syrusakbary commented 1 month ago

Hey WASI 0.2 is not currently being supported in Wasmer.

WASI 0.2 has a breaking change regarding WebAssembly modules generated, and they depend in WebAssembly Component model, which none of the browsers currently support. Is likely Wasmer will support the component model if/when browsers do