Skip to content

Add GNU General Public License v3 #50

Add GNU General Public License v3

Add GNU General Public License v3 #50

Workflow file for this run

name: Build WASM Library
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- name: Install wasm-pack
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | bash
- name: Build library
run: wasm-pack build --scope libresplit --target web --release