We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccaf6a commit e58c37aCopy full SHA for e58c37a
Releases.md
@@ -0,0 +1,12 @@
1
+### 2025.02.18
2
+
3
+#### @iroha/core 0.2.0 (major)
4
5
+- fix(core)!: unified .wasm import (close #209, #221) (#222)
6
7
+**Migration:** there is no need to use `@iroha/crypto-target-*` or `setWASM()` anymore. Just use `@iroha/core` and it
8
+should work.
9
10
+#### @iroha/crypto-target-*
11
12
+These packages are removed.
packages/core/deno.jsonc
@@ -1,6 +1,6 @@
{
"name": "@iroha/core",
- "version": "0.1.0",
+ "version": "0.2.0",
"exports": {
".": "./mod.ts",
"./codec": "./codec.ts",
0 commit comments