From b003b0a4a49f620411b9e0f7bea6abb95b4b032e Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Thu, 23 May 2024 14:52:30 +0200 Subject: [PATCH] Update --- .github/workflows/wasm.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/wasm.yaml diff --git a/.github/workflows/wasm.yaml b/.github/workflows/wasm.yaml new file mode 100644 index 00000000..dacedebf --- /dev/null +++ b/.github/workflows/wasm.yaml @@ -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.