Remove .wasm from CI

This commit is contained in:
gingerBill
2025-03-07 11:18:19 +00:00
parent 7f61e53286
commit d011cb871e

View File

@@ -167,7 +167,7 @@ jobs:
- name: Run demo on WASI WASM32
run: |
./odin build examples/demo -target:wasi_wasm32 -vet -strict-style -disallow-do -out:demo.wasm
./odin build examples/demo -target:wasi_wasm32 -vet -strict-style -disallow-do -out:demo
wasmtime ./demo.wasm
if: matrix.os == 'macos-14'