Skip to content

Commit

Permalink
bringing over wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 22, 2023
1 parent db58b94 commit 9c95679
Show file tree
Hide file tree
Showing 16 changed files with 1,849 additions and 10 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/browser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Browser

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build-wasm:
name: Build WASM
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build
run: wasm-pack build libs/paa --target web
- name: tree
run: tree
Loading

0 comments on commit 9c95679

Please sign in to comment.