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
When I run the script (web-demo) in my website I got this error: Serious error loading Ruffle: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
in my Chrome Console, how can I fix it? (I have been tried to change my embed type to wasm, without success)
The text was updated successfully, but these errors were encountered:
Closing in favor of #400; you need to configure your web server to serve .wasm files with "application/wasm" MIME type. The issue provides info on how to configure Apache to do this, but the method will be different for other web servers.
When I run the script (web-demo) in my website I got this error:
Serious error loading Ruffle: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
in my Chrome Console, how can I fix it? (I have been tried to change my embed type to wasm, without success)
The text was updated successfully, but these errors were encountered: