dag-ml-wasm 0.2.2 → 0.2.4

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
@@ -9,7 +9,7 @@ execution, artifacts and data-buffer ownership.
9
9
  `contract_manifest_json()` returns a stable JSON manifest with the package
10
10
  version, supported contract ids, exported Python/WASM function names and shared
11
11
  fixture digests. Browser integrations should check it before accepting cached
12
- pipelines or persisted `nirs4all-lite` workspaces.
12
+ pipelines or persisted `nirs4all-core` / legacy `nirs4all-lite` workspaces.
13
13
 
14
14
  ## Build
15
15
 
package/dag_ml_wasm.js CHANGED
@@ -481,14 +481,14 @@ export function validate_pipeline_dsl_json(json) {
481
481
  function __wbg_get_imports() {
482
482
  const import0 = {
483
483
  __proto__: null,
484
- __wbg___wbindgen_debug_string_8a447059637473e2: function(arg0, arg1) {
484
+ __wbg___wbindgen_debug_string_c25d447a39f5578f: function(arg0, arg1) {
485
485
  const ret = debugString(arg1);
486
486
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
487
487
  const len1 = WASM_VECTOR_LEN;
488
488
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
489
489
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
490
490
  },
491
- __wbg___wbindgen_string_get_71bb4348194e31f0: function(arg0, arg1) {
491
+ __wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
492
492
  const obj = arg1;
493
493
  const ret = typeof(obj) === 'string' ? obj : undefined;
494
494
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -496,10 +496,10 @@ function __wbg_get_imports() {
496
496
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
497
497
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
498
498
  },
499
- __wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) {
499
+ __wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
500
500
  throw new Error(getStringFromWasm0(arg0, arg1));
501
501
  },
502
- __wbg_call_0e855b388e315e17: function() { return handleError(function (arg0, arg1, arg2, arg3) {
502
+ __wbg_call_e3b662382210db98: function() { return handleError(function (arg0, arg1, arg2, arg3) {
503
503
  const ret = arg0.call(arg1, arg2, arg3);
504
504
  return ret;
505
505
  }, arguments); },
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "G. Beurier <beurier@cirad.fr>"
6
6
  ],
7
7
  "description": "WASM bindings for DAG-ML JSON contracts.",
8
- "version": "0.2.2",
8
+ "version": "0.2.4",
9
9
  "license": "CECILL-2.1 OR AGPL-3.0-or-later",
10
10
  "repository": {
11
11
  "type": "git",