Skip to content

Commit

Permalink
ci: adds basic wasm build test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Dec 29, 2024
1 parent 807b45d commit 574a600
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build WASM
on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build wasm package
uses: r-wasm/actions/build-rwasm@main
with:
packages: |
local::.

0 comments on commit 574a600

Please sign in to comment.