File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 working-directory : boss-man-spritekit-web
5151 run : SWIFT_TOOLCHAIN="$TOOLCHAINS" ./build.sh release
5252
53+ # pre-1.0.8-embedded: webview payloads ship the Embedded Swift wasm and
54+ # the minified embedded runtime under the canonical names, so the pages
55+ # and app loaders need no changes.
56+ - name : Swap in Embedded wasm + minified runtime
57+ run : |
58+ set -euo pipefail
59+ TOOLCHAINS="$TOOLCHAINS" bash docs/embedded/build-embedded-game.sh
60+ cp boss-man-spritekit-web/web/bossman-embedded.wasm boss-man-spritekit-web/web/bossman.wasm
61+ cp boss-man-spritekit-web/web/runtime-embedded-min.js boss-man-spritekit-web/web/runtime.js
62+
5363 - uses : actions/upload-artifact@v4
5464 with :
5565 name : swift-wasm-bundle
Original file line number Diff line number Diff line change 5050 working-directory : boss-man-spritekit-web
5151 run : SWIFT_TOOLCHAIN="$TOOLCHAINS" ./build.sh release
5252
53+ # pre-1.0.8-embedded: webview payloads ship the Embedded Swift wasm and
54+ # the minified embedded runtime under the canonical names, so the pages
55+ # and app loaders need no changes.
56+ - name : Swap in Embedded wasm + minified runtime
57+ run : |
58+ set -euo pipefail
59+ TOOLCHAINS="$TOOLCHAINS" bash docs/embedded/build-embedded-game.sh
60+ cp boss-man-spritekit-web/web/bossman-embedded.wasm boss-man-spritekit-web/web/bossman.wasm
61+ cp boss-man-spritekit-web/web/runtime-embedded-min.js boss-man-spritekit-web/web/runtime.js
62+
5363 - uses : actions/upload-artifact@v4
5464 with :
5565 name : swift-wasm-bundle-linux
Original file line number Diff line number Diff line change 5050 working-directory : boss-man-spritekit-web
5151 run : SWIFT_TOOLCHAIN="$TOOLCHAINS" ./build.sh release
5252
53+ # pre-1.0.8-embedded: webview payloads ship the Embedded Swift wasm and
54+ # the minified embedded runtime under the canonical names, so the pages
55+ # and app loaders need no changes.
56+ - name : Swap in Embedded wasm + minified runtime
57+ run : |
58+ set -euo pipefail
59+ TOOLCHAINS="$TOOLCHAINS" bash docs/embedded/build-embedded-game.sh
60+ cp boss-man-spritekit-web/web/bossman-embedded.wasm boss-man-spritekit-web/web/bossman.wasm
61+ cp boss-man-spritekit-web/web/runtime-embedded-min.js boss-man-spritekit-web/web/runtime.js
62+
5363 - uses : actions/upload-artifact@v4
5464 with :
5565 name : swift-wasm-bundle-macos
Original file line number Diff line number Diff line change 5454 working-directory : boss-man-spritekit-web
5555 run : SWIFT_TOOLCHAIN="$TOOLCHAINS" ./build.sh release
5656
57+ # pre-1.0.8-embedded: webview payloads ship the Embedded Swift wasm and
58+ # the minified embedded runtime under the canonical names, so the pages
59+ # and app loaders need no changes.
60+ - name : Swap in Embedded wasm + minified runtime
61+ run : |
62+ set -euo pipefail
63+ TOOLCHAINS="$TOOLCHAINS" bash docs/embedded/build-embedded-game.sh
64+ cp boss-man-spritekit-web/web/bossman-embedded.wasm boss-man-spritekit-web/web/bossman.wasm
65+ cp boss-man-spritekit-web/web/runtime-embedded-min.js boss-man-spritekit-web/web/runtime.js
66+
5767 - name : Bundle assets for file:// playability
5868 working-directory : boss-man-spritekit-web
59- run : python3 ../superbox64-wasmkit/scripts/bundle.py web bossman.wasm
69+ run : python3 ../../ superbox64-wasmkit/scripts/bundle.py web bossman.wasm
6070
6171 - name : Package self-contained bundle
6272 working-directory : boss-man-spritekit-web/web
Original file line number Diff line number Diff line change 5151 working-directory : boss-man-spritekit-web
5252 run : SWIFT_TOOLCHAIN="$TOOLCHAINS" ./build.sh release
5353
54+ # pre-1.0.8-embedded: webview payloads ship the Embedded Swift wasm and
55+ # the minified embedded runtime under the canonical names, so the pages
56+ # and app loaders need no changes.
57+ - name : Swap in Embedded wasm + minified runtime
58+ run : |
59+ set -euo pipefail
60+ TOOLCHAINS="$TOOLCHAINS" bash docs/embedded/build-embedded-game.sh
61+ cp boss-man-spritekit-web/web/bossman-embedded.wasm boss-man-spritekit-web/web/bossman.wasm
62+ cp boss-man-spritekit-web/web/runtime-embedded-min.js boss-man-spritekit-web/web/runtime.js
63+
5464 - uses : actions/upload-artifact@v4
5565 with :
5666 name : swift-wasm-bundle-win
You can’t perform that action at this time.
0 commit comments