Skip to content

Empty wasiconsole on dotnet v9.0.100-rc.2.24474.1 fails to run #109621

Answered by pavelsavara
queil asked this question in Q&A
Discussion options

You must be logged in to vote

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 to dotnet run

And yeah, we are not going to fix WASI experiment in Net9.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by queil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
arch-wasm WebAssembly architecture os-wasi Related to WASI variant of arch-wasm
3 participants