Skip to content

Rework node layout and bit width resolution, and add the Const/AndN/OrN intrinsics #97

Rework node layout and bit width resolution, and add the Const/AndN/OrN intrinsics

Rework node layout and bit width resolution, and add the Const/AndN/OrN intrinsics #97

Workflow file for this run

on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run type-check
- run: npm run check
- run: npm test