Skip to content

Commit

Permalink
AssemblyScript bindings: move to AssemblyScript 0.21
Browse files Browse the repository at this point in the history
This is a major change since WASI support has been removed from
AssemblyScript.
  • Loading branch information
jedisct1 committed Sep 1, 2022
1 parent e3a06a9 commit c7caf73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions implementations/bindings/assemblyscript/assembly/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "wasi";

import {Console, Random} from "as-wasi/assembly";
import {Auth, Hash, Hkdf, SymmetricKey, Aead, SignatureKeyPair, SignaturePublicKey} from "./crypto";

Expand Down
6 changes: 3 additions & 3 deletions implementations/bindings/assemblyscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized"
},
"dependencies": {
"@assemblyscript/loader": "^0.20"
"@assemblyscript/loader": "^0.21"
},
"devDependencies": {
"as-wasi": "^0.4",
"assemblyscript": "^0.20"
"as-wasi": "^0.5.1",
"assemblyscript": "^0.21"
}
}

0 comments on commit c7caf73

Please sign in to comment.