Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 23, 2024
1 parent 5550463 commit b003b0a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: WASM

on:
push:
branches:
- wasm-poc

jobs:
repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build wasm packages
uses: r-wasm/actions/build-rwasm@v1
with:
packages: |
cli
# Use `library.data` and `library.js.metadata` files or repository files
# in `./_site` directory to create a GitHub Pages site.

0 comments on commit b003b0a

Please sign in to comment.