Update #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |