Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: migrate to the latest assemblyscript #348

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "[email protected]",
"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
Loading