godot icon indicating copy to clipboard operation
godot copied to clipboard

Web build doesn't support extensions

Open ZenRepublic opened this issue 10 months ago • 3 comments

Tested versions

Tested on Godot 4.3 dev 5

System information

Windows 11 Godot 4.3 Dev 5

Issue description

Web build doesn't work when i enable extensions for it, getting a bunch of errors

Steps to reproduce

in a new fresh project, add html export option, enable "extension support" and go to web debug mode. Inspect console

Minimal reproduction project (MRP)

test.zip

ZenRepublic avatar Apr 12 '24 07:04 ZenRepublic

@ZenRepublic is this different from the other issue you opened, https://github.com/godotengine/godot/issues/88964?

Bromeon avatar Apr 16 '24 16:04 Bromeon

@ZenRepublic is this different from the other issue you opened, #88964?

Hey, yes. This one is different.

ZenRepublic avatar Apr 17 '24 12:04 ZenRepublic

What version of Emscripten are you compiling your GDExtension with?

You need to use the same version as the one used to compile Godot, and I think the official Godot builds presently use Emscripten 3.1.39.

dsnopek avatar Apr 24 '24 21:04 dsnopek

Closing due to lack of response, if you provide the requested information this can be reopened

AThousandShips avatar May 20 '24 17:05 AThousandShips