mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove .wasm from CI
This commit is contained in:
@@ -167,7 +167,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run demo on WASI WASM32
|
- name: Run demo on WASI WASM32
|
||||||
run: |
|
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
|
wasmtime ./demo.wasm
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user