Skip to content

Update

Update #6

Workflow file for this run

---
name: WASM
on:
push:
branches:
- wasm-poc
workflow_call:
jobs:
wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build wasm packages
uses: r-wasm/actions/build-rwasm@v1
with:
packages: |
insightsengineering/[email protected]
insightsengineering/[email protected]
insightsengineering/[email protected]
- name: Debug
run: |
apt-get update && apt-get install -yq tree
ls -la
tree _site
cat _site/bin/emscripten/contrib/4.4/PACKAGES