@justinelliottcobb/amari-wasm 0.3.5 → 0.3.6
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/amari_wasm.js +1 -1
- package/amari_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/amari_wasm.js
CHANGED
|
@@ -471,7 +471,7 @@ async function __wbg_load(module, imports) {
|
|
|
471
471
|
function __wbg_get_imports() {
|
|
472
472
|
const imports = {};
|
|
473
473
|
imports.wbg = {};
|
|
474
|
-
imports.wbg.
|
|
474
|
+
imports.wbg.__wbg_log_21b8c47c8527c444 = function(arg0, arg1) {
|
|
475
475
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
476
476
|
};
|
|
477
477
|
imports.wbg.__wbg_wbindgenthrow_451ec1a8469d7eb6 = function(arg0, arg1) {
|
package/amari_wasm_bg.wasm
CHANGED
|
Binary file
|