Skip to content

Commit

Permalink
extern viz
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Jul 10, 2024
1 parent 3db4f1c commit f33db78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/StateMachine/pkg/stateflow_trans_ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ function __wbg_get_imports() {
const ret = result;
return ret;
};
imports.wbg.__wbg_log_1746d5c75ec89963 = function(arg0, arg1) {
console.log(getObject(arg0), getObject(arg1));
};
imports.wbg.__wbg_get_bd8e338fbd5f5cc8 = function(arg0, arg1) {
const ret = getObject(arg0)[arg1 >>> 0];
return addHeapObject(ret);
Expand Down
Binary file modified extensions/StateMachine/pkg/stateflow_trans_ext_bg.wasm
Binary file not shown.

0 comments on commit f33db78

Please sign in to comment.