Skip to content

Commit

Permalink
Reinstate WASM build
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodb committed Feb 10, 2025
1 parent f465468 commit 790c334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ jobs:
cd recipes
cargo build ${{ inputs.rust_features }} --verbose
- id: wasm-build
name: Compile WASM modules
run: cd codegen/quirky_binder_codegen_wasm && wasm-pack build

0 comments on commit 790c334

Please sign in to comment.