@splatwalk/core 0.3.0 → 0.3.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/package.json +1 -1
- package/wasm_splatwalk.js +3 -3
- package/wasm_splatwalk_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm_splatwalk.js
CHANGED
|
@@ -737,12 +737,12 @@ function __wbg_get_imports() {
|
|
|
737
737
|
const ret = arg0.length;
|
|
738
738
|
return ret;
|
|
739
739
|
};
|
|
740
|
-
imports.wbg.__wbg_log_007094bd588d732c = function(arg0, arg1) {
|
|
741
|
-
console.log(getStringFromWasm0(arg0, arg1));
|
|
742
|
-
};
|
|
743
740
|
imports.wbg.__wbg_log_1d990106d99dacb7 = function(arg0) {
|
|
744
741
|
console.log(arg0);
|
|
745
742
|
};
|
|
743
|
+
imports.wbg.__wbg_log_db39d7406059a7fd = function(arg0, arg1) {
|
|
744
|
+
console.log(getStringFromWasm0(arg0, arg1));
|
|
745
|
+
};
|
|
746
746
|
imports.wbg.__wbg_msCrypto_d562bbe83e0d4b91 = function(arg0) {
|
|
747
747
|
const ret = arg0.msCrypto;
|
|
748
748
|
return ret;
|
package/wasm_splatwalk_bg.wasm
CHANGED
|
Binary file
|