@imferno/wasm 2.3.1-fix-playground-issue-display.d4df770 → 2.4.0
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/imferno_wasm.js +1 -1
- package/imferno_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/imferno_wasm.js
CHANGED
|
@@ -282,7 +282,7 @@ function __wbg_get_imports() {
|
|
|
282
282
|
const ret = arg0.length;
|
|
283
283
|
return ret;
|
|
284
284
|
},
|
|
285
|
-
|
|
285
|
+
__wbg_log_0d7af84ff945050c: function(arg0, arg1) {
|
|
286
286
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
287
287
|
},
|
|
288
288
|
__wbg_new_02d162bc6cf02f60: function() {
|
package/imferno_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED