Support http as well as https for Html5 exports. #10075
Closed
Nukley
started this conversation in
General Discussions
Replies: 2 comments 3 replies
-
Web exports that have threads disabled should be able to work in plain HTTP, but this check should remain in web exports with threads enabled. If there's a way to conditionally disable/remove checks when exporting with threads disabled, then we can modify the default HTML shell accordingly. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am sort of curious as to why this isn't already done, as it seems in Firefox the wasm does load.
Exported by Godot 4.3 beta 2 with Thread Support turned off,
See here: http://content.nukley.com/misc/2-test/
Do note I couldn't get this loaded up in konquerer, which is a chromium based browser, it throws this and then hangs:
Uncaught (in promise) CompileError: WebAssembly.instantiateStreaming(): unexpected section <Exception> @+104383
The only thing required to make this load in Firefox was the removal of three lines in the error handling section of the main .js file.
Specifically these:
The audio does fail to load the driver, even if a button is specifically added to load an AudioContext.
See here: http://content.nukley.com/misc/1/
What continues to confuse me is godot 3 was capable of doing this fine.
See here (Click the background): http://content.nukley.com/misc/g3daudio/
Beta Was this translation helpful? Give feedback.
All reactions