Skip to content

Commit

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

0 comments on commit 959676f

Please sign in to comment.