-
Notifications
You must be signed in to change notification settings - Fork 990
Closed
Labels
Description
While it's possible to change the module via go:wasm-module
and use wasi_snapshot_preview1
, I've encountered an issue (I will open a separate ticket) that makes this not ideal for my use case.
I was wondering if TinyGo could switch WASI to use wasi_snapshot_preview1
, the latest version, instead of wasi_unstable
by default?