more debug output

This commit is contained in:
Joeri Exelmans 2025-11-05 10:06:34 +01:00
parent 849aed2d4f
commit 61ed456c89
3 changed files with 5 additions and 0 deletions

View file

@ -352,6 +352,9 @@ function __wbg_get_imports() {
const ret = arg0.length;
return ret;
};
imports.wbg.__wbg_log_8cec76766b8c0e33 = function(arg0) {
console.log(arg0);
};
imports.wbg.__wbg_log_eeaf399d6effdabf = function(arg0, arg1) {
console.log(arg0, arg1);
};