Skip to content

Update

Update #2

Workflow file for this run

---
name: WASM
on:
push:
branches:
- wasm-poc
workflow_call:
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.