@ruby/head-wasm-wasi 2.6.2-2024-07-22-a → 2.6.2-2024-07-25-a

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.
@@ -2932,7 +2932,7 @@ SOFTWARE.
2932
2932
  };
2933
2933
 
2934
2934
  var name = "@ruby/head-wasm-wasi";
2935
- var version = "2.6.2-2024-07-22-a";
2935
+ var version = "2.6.2-2024-07-25-a";
2936
2936
  var description = "Ruby head built on WASI";
2937
2937
  var main = "./dist/cjs/index.js";
2938
2938
  var module = "./dist/esm/index.js";
@@ -2982,7 +2982,7 @@ SOFTWARE.
2982
2982
  ];
2983
2983
  var license = "MIT";
2984
2984
  var dependencies = {
2985
- "@ruby/wasm-wasi": "2.6.2-2024-07-22-a"
2985
+ "@ruby/wasm-wasi": "2.6.2-2024-07-25-a"
2986
2986
  };
2987
2987
  var _package = {
2988
2988
  name: name,
@@ -15645,7 +15645,6 @@ export function instantiate(getCoreModule, imports, instantiateCore = WebAssembl
15645
15645
  mRandom: exports91.mRandom,
15646
15646
  mX509: exports91.mX509,
15647
15647
  num_to_asn1integer: exports91.num_to_asn1integer,
15648
- ossl_asn1_get_asn1type: exports91.ossl_asn1_get_asn1type,
15649
15648
  ossl_bin2hex: exports91.ossl_bin2hex,
15650
15649
  ossl_bn_ctx_free: exports91.ossl_bn_ctx_free,
15651
15650
  ossl_bn_ctx_get: exports91.ossl_bn_ctx_get,
Binary file
Binary file
package/dist/ruby.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruby/head-wasm-wasi",
3
- "version": "2.6.2-2024-07-22-a",
3
+ "version": "2.6.2-2024-07-25-a",
4
4
  "description": "Ruby head built on WASI",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -50,6 +50,6 @@
50
50
  ],
51
51
  "license": "MIT",
52
52
  "dependencies": {
53
- "@ruby/wasm-wasi": "2.6.2-2024-07-22-a"
53
+ "@ruby/wasm-wasi": "2.6.2-2024-07-25-a"
54
54
  }
55
55
  }