Skip to content

Commit 3028f30

Browse files
authored
added wasm-opt (#4)
1 parent 057cad7 commit 3028f30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-example.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Build
3232
working-directory: Examples/Embedded
3333
run: ./build.sh
34-
# - name: Optimize Wasm
35-
# uses: NiklasEi/wasm-opt-action@v2
36-
# with:
37-
# file: some/path/to/file.wasm
38-
# output: some/path/to/file.wasm
34+
- name: Optimize Wasm
35+
uses: NiklasEi/wasm-opt-action@v2
36+
with:
37+
file: Examples/Embedded/Public/app.wasm
38+
output: Examples/Embedded/Public/app.wasm
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5
4141
- name: Upload artifact

0 commit comments

Comments
 (0)