Skip to content

Commit

Permalink
feat(zink): introduce asm trait for primitives (#215)
Browse files Browse the repository at this point in the history
* feat(zink): move storage trait to module storage

* feat(zink): ffi for push N

* feat(abi): use tiny-keccak

* feat(zink): implement asm for bytes

* refactor(codegen): embed all opcodes

* chore(deps): upgrade dependencies
  • Loading branch information
clearloop authored Feb 4, 2024
1 parent 399ecfc commit d11abd2
Show file tree
Hide file tree
Showing 15 changed files with 419 additions and 272 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.16.25
- uses: crate-ci/typos@v1.16.26
Loading

0 comments on commit d11abd2

Please sign in to comment.