You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This is an issue which poses the question about what to fix here. Should Wasmtime's definition be trimmed down? Or should the proxy world grow more imports?
The current definition of the
proxyworld has a TODO which indicates to me that it's known that there are more interfaces there than there should be. The Wasmtime implementation of providing imports for proxies however delegates to thecommandmodule which provides lots of interfaces, some of which aren't listed in theproxyworld such as:wasi:filesystem/{types,preopens}wasi:cli/{exit,environment,terminal_*}wasi:sockets/*This is an issue which poses the question about what to fix here. Should Wasmtime's definition be trimmed down? Or should the
proxyworld grow moreimports?