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
One possibility that might be able to help smoth this is to use the wasm32-unknown-unknown compilation target. That avoids importing WASI APIs at the cost of having to maybe work around some minor issues in the standard library (e.g. manually avoiding std::time, filesystems, etc)
Since Jco exposes the wasm-tools APIs, it would be nice for the browser build of Jco to also expose these APIs properly.
The text was updated successfully, but these errors were encountered: