macerator 0.3.3

Type and target-generic SIMD
Documentation
name: WASM

on:
  push:
    branches: [main]
  pull_request:
    types: [opened, synchronize, reopened]

jobs:
  test:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest]
    env:
      RUSTFLAGS: -Ctarget-feature=+simd128 --cfg getrandom_backend="wasm_js"
    steps:
        - uses: actions/checkout@v4
        - name: Install
          run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
        - name: Run Chrome tests
          run: wasm-pack test --headless --chrome