@ethproofs/openvm2-wasm-stark-verifier 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@ WebAssembly bindings for the OpenVM v2 STARK verifier.
6
6
 
7
7
  This module builds the `verify_vm_stark_proof_decoded` function from the OpenVM v2 `openvm-verify-stark-host` library into WebAssembly, enabling STARK proof verification to run directly in both web browsers and Node.js environments.
8
8
 
9
- This is the v2 counterpart of [openvm-wasm-stark-verifier](https://github.com/ethproofs/openvm-wasm-stark-verifier), updated to work with the OpenVM v2 proof format from [openvm-eth](https://github.com/axiom-crypto/openvm-eth/tree/develop-v2.0.0-rc.1).
9
+ This is the v2 counterpart of [openvm-wasm-stark-verifier](https://github.com/ethproofs/openvm-wasm-stark-verifier), updated to work with the OpenVM v2 proof format from [openvm-eth](https://github.com/axiom-crypto/openvm-eth/tree/develop-v2.0.0-rc.2).
10
10
 
11
11
  ## Usage
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethproofs/openvm2-wasm-stark-verifier",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "WASM wrapper for OpenVM v2 STARK verifier - verify OpenVM v2 proofs in browsers and Node.js",
5
5
  "type": "module",
6
6
  "main": "pkg/openvm2_wasm_stark_verifier.js",
package/pkg/README.md CHANGED
@@ -6,7 +6,7 @@ WebAssembly bindings for the OpenVM v2 STARK verifier.
6
6
 
7
7
  This module builds the `verify_vm_stark_proof_decoded` function from the OpenVM v2 `openvm-verify-stark-host` library into WebAssembly, enabling STARK proof verification to run directly in both web browsers and Node.js environments.
8
8
 
9
- This is the v2 counterpart of [openvm-wasm-stark-verifier](https://github.com/ethproofs/openvm-wasm-stark-verifier), updated to work with the OpenVM v2 proof format from [openvm-eth](https://github.com/axiom-crypto/openvm-eth/tree/develop-v2.0.0-rc.1).
9
+ This is the v2 counterpart of [openvm-wasm-stark-verifier](https://github.com/ethproofs/openvm-wasm-stark-verifier), updated to work with the OpenVM v2 proof format from [openvm-eth](https://github.com/axiom-crypto/openvm-eth/tree/develop-v2.0.0-rc.2).
10
10
 
11
11
  ## Usage
12
12
 
@@ -41,7 +41,7 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
41
41
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
42
42
  }
43
43
  }
44
- export function __wbg_log_7e30a967df9f6c46(arg0, arg1) {
44
+ export function __wbg_log_6b0ccfcfd7a48c9b(arg0, arg1) {
45
45
  console.log(getStringFromWasm0(arg0, arg1));
46
46
  }
47
47
  export function __wbg_new_227d7c05414eb861() {
package/pkg/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openvm2-wasm-stark-verifier",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "files": [
6
6
  "openvm2_wasm_stark_verifier_bg.wasm",
7
7
  "openvm2_wasm_stark_verifier.js",