runmat 0.5.7-dev.0 → 0.5.7-dev.1
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/artifacts/stdlib.snapshot +0 -0
- package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
- package/dist/generated/builtin-examples-catalog.js +1 -1
- package/dist/generated/builtin-examples-catalog.js.map +1 -1
- package/dist/generated/builtins/piecewise.d.ts +4 -0
- package/dist/generated/builtins/piecewise.d.ts.map +1 -0
- package/dist/generated/builtins/piecewise.js +73 -0
- package/dist/generated/builtins/piecewise.js.map +1 -0
- package/dist/generated/builtins-manifest.d.ts.map +1 -1
- package/dist/generated/builtins-manifest.js +20 -0
- package/dist/generated/builtins-manifest.js.map +1 -1
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web.js +3 -3
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -2493,12 +2493,12 @@ function __wbg_get_imports() {
|
|
|
2493
2493
|
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
2494
2494
|
}, arguments); },
|
|
2495
2495
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2496
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2496
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9675, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2497
2497
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hb871e9c5faa9fe3a);
|
|
2498
2498
|
return ret;
|
|
2499
2499
|
},
|
|
2500
2500
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2501
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2501
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 9699, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2502
2502
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0fd58337c3bb7841);
|
|
2503
2503
|
return ret;
|
|
2504
2504
|
},
|
|
@@ -2508,7 +2508,7 @@ function __wbg_get_imports() {
|
|
|
2508
2508
|
return ret;
|
|
2509
2509
|
},
|
|
2510
2510
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2511
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx:
|
|
2511
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 9675, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2512
2512
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hb871e9c5faa9fe3a_3);
|
|
2513
2513
|
return ret;
|
|
2514
2514
|
},
|
|
Binary file
|
|
Binary file
|