@nuflo/engine 0.1.1 → 0.1.2
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/nf_wasm.js +2 -2
- package/nf_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/nf_wasm.js
CHANGED
|
@@ -2342,12 +2342,12 @@ function __wbg_get_imports() {
|
|
|
2342
2342
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
2343
2343
|
}, arguments); },
|
|
2344
2344
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2345
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2345
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1173, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2346
2346
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc9b514610e2ea6ee);
|
|
2347
2347
|
return ret;
|
|
2348
2348
|
},
|
|
2349
2349
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2350
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2350
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1224, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2351
2351
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h70a5e17d363fcdff);
|
|
2352
2352
|
return ret;
|
|
2353
2353
|
},
|
package/nf_wasm_bg.wasm
CHANGED
|
Binary file
|