log signal names

This commit is contained in:
Joeri Exelmans 2025-11-05 09:59:08 +01:00
parent 68b2cd924c
commit 849aed2d4f
5 changed files with 22 additions and 1 deletions

View file

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

Binary file not shown.