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
In order to have the REPL up-to-date with each master deployment, it should be deployed to a static web host during CI.
Additionally, wasm files should be served with application/wasm as MIME type. This ensures that browsers can compile the application while streaming the resource.
Currently, the following error is logged:
wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly':
Incorrect response MIME type. Expected 'application/wasm'.
falling back to ArrayBuffer instantiation
The text was updated successfully, but these errors were encountered:
Opened #110. As for deployment, I guess GitHub pages is the best bet currently because other providers such as Netlify is not good for management across the organization.
In order to have the REPL up-to-date with each master deployment, it should be deployed to a static web host during CI.
Additionally, wasm files should be served with
application/wasm
as MIME type. This ensures that browsers can compile the application while streaming the resource.Currently, the following error is logged:
The text was updated successfully, but these errors were encountered: