Skip to content

Commit

Permalink
Fix: Web GDExtension target lacks manifest entries and debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Feb 18, 2024
1 parent 9d99e8b commit 01d6438
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
arch: wasm32
should-build: true

- name: 🌐 Web (wasm32, debug)
runner: ubuntu-20.04
platform: web
target: template_debug
arch: wasm32
should-build: true

exclude:
- { opts: { should-build: false } }

Expand Down
2 changes: 2 additions & 0 deletions gdextension/limboai.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ android.debug.x86_64 = "res://addons/limboai/bin/liblimboai.android.template_deb
android.release.x86_64 = "res://addons/limboai/bin/liblimboai.android.template_release.x86_64.so"
android.debug.arm64 = "res://addons/limboai/bin/liblimboai.android.template_debug.arm64.so"
android.release.arm64 = "res://addons/limboai/bin/liblimboai.android.template_release.arm64.so"
web.debug.wasm32 = "res://addons/limboai/bin/liblimboai.web.template_debug.wasm32.wasm"
web.release.wasm32 = "res://addons/limboai/bin/liblimboai.web.template_release.wasm32.wasm"

[icons]

Expand Down

0 comments on commit 01d6438

Please sign in to comment.