ashtonmeuser / godot-wasm

Interact with WebAssembly modules from Godot

Home Page:https://github.com/ashtonmeuser/godot-wasm/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web/HTML5 export using addon fails

ashtonmeuser opened this issue · comments

Using Godot Wasm as an addon, web exports fail. This is a limitation of Godot (see godotengine/godot#12243). Exporting to web/HTML5 will require module support (see #7).

Module support was now tested recently and revised. Can update the status?

Closing this as web export will never be supported when Godot Wasm is used via addon. For web/HTML5 export using Godot Wasm as a module, see #18.