Move to a much more "simple" parser, start op impl

- wasm compiles in seconds instead of 20+ minutes wooo! (I'm looking at
  you rust-sitter)

Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel
2024-03-24 23:11:08 -07:00
parent da03005bae
commit 93b5a7c4bf
16 changed files with 1555 additions and 3529 deletions

View File

@@ -6,13 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Increase Swap
uses: get-bridge/swap-space-action@v1
with:
swap-size-mb: 16384
- name: Report Disk
run: |
df -h
# - name: Increase Swap
# uses: get-bridge/swap-space-action@v1
# with:
# swap-size-mb: 16384
# - name: Report Disk
# run: |
# df -h
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm