Empty wasiconsole on dotnet v9.0.100-rc.2.24474.1 fails to run #109621
-
Trying to
Am I missing something or version 0.2.1 is not implemented yet? Can only see 0.2.0 dotnet --info
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
More details about state of WASI in .NET 9 in #106350 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
The error message from wasmtime is telling you that the app wants to use And yeah, we are not going to fix WASI experiment in Net9. |
Beta Was this translation helpful? Give feedback.
The error message from wasmtime is telling you that the app wants to use
wasi:http
but you didn't give wasmtime the necessary permissions. try adding--wasi http
directly to wasmtime or--extra-host-arg=--wasi --extra-host-arg=http
todotnet run
And yeah, we are not going to fix WASI experiment in Net9.