Skip to content

chore(stdlib)!: Change stdlib methods to accept slices #5629

chore(stdlib)!: Change stdlib methods to accept slices

chore(stdlib)!: Change stdlib methods to accept slices #5629

Workflow file for this run

name: Wasm
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Build Wasm
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Setup Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.11
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build wasm package
run: |
nix build -L .#wasm