ashtonmeuser / godot-wasm

Interact with WebAssembly modules from Godot
https://github.com/ashtonmeuser/godot-wasm/wiki
MIT License
193 stars 11 forks source link

Master branch targets Godot 4.x #30

Closed ashtonmeuser closed 1 year ago

ashtonmeuser commented 1 year ago

Align with Godot repo. Godot 3.x builds will be in a godot-3 branch.

fire commented 1 year ago

@ashtonmeuser Probably want to start converting master to 4 first?

ashtonmeuser commented 1 year ago

You're probably right. I'll look into what's needed for this. Will probably be the first bump to the minor.

ashtonmeuser commented 1 year ago

Closed with https://github.com/ashtonmeuser/godot-wasm/pull/39. See branch comparisons in comments on PR. First post-swap releases: v0.2.0-godot-4 (Godot 4.x), v0.2.0-godot-3 (Godot 3.x).