log signal names
This commit is contained in:
parent
68b2cd924c
commit
849aed2d4f
5 changed files with 22 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue