add emu build to workflow

This commit is contained in:
Rachel
2024-03-17 15:59:10 -07:00
parent de8503b745
commit 3ff8211028
11 changed files with 335 additions and 234 deletions

View File

@@ -22,6 +22,10 @@ jobs:
run: |
cd ic10lsp_wasm
wasm-pack build
- name: Build ic10emu
run: |
cd ic10emu_wasm
wasm-pack build
- name: Build Page
run: |
cd www