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
I need to build wasm32-wasi bundles because my rust project relies on some C code and wasm-unknown-unknown doesn't C code in rust projects. Would it be possible to provide a custom instantiate callback to fetch() so that wasi could be use?
I need to build wasm32-wasi bundles because my rust project relies on some C code and wasm-unknown-unknown doesn't C code in rust projects. Would it be possible to provide a custom
instantiatecallback tofetch()so thatwasicould be use?