Skip to content

Commit

Permalink
fix: migrate to the latest assemblyscript (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths authored Mar 25, 2024
1 parent 9889e7a commit 9cf6991
Show file tree
Hide file tree
Showing 12 changed files with 3,106 additions and 2,490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
cache: yarn
node-version: 18
- run: yarn --immutable && yarn build
- run: yarn --immutable && yarn build && yarn generate

- name: Run benchmarks
run: yarn benchmark
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: yarn --immutable
- name: Build
run: yarn build
- name: Generate
run: yarn generate
- name: Check types
run: yarn check-types
- name: Lint
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"packageManager": "yarn@3.2.3",
"scripts": {
"clean": "yarn workspaces foreach -vp run clean",
"generate": "yarn workspaces foreach -vp run generate",
"build": "yarn clean && yarn workspaces foreach -vp --topological run build",
"lint": "yarn workspaces foreach -vp run lint",
"check-types": "yarn workspaces foreach -vp run check-types",
Expand Down
69 changes: 0 additions & 69 deletions packages/as-sha256/as-pect.config.js

This file was deleted.

Binary file modified packages/as-sha256/build/optimized.wasm
Binary file not shown.
Loading

0 comments on commit 9cf6991

Please sign in to comment.