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 +1 -1
- package/dag_ml_wasm.js +4 -4
- package/dag_ml_wasm_bg.wasm +0 -0
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
499
|
+
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
500
500
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
501
501
|
},
|
|
502
|
-
|
|
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); },
|
package/dag_ml_wasm_bg.wasm
CHANGED
|
Binary file
|