Skip to content

Commit

Permalink
update sm wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Oct 5, 2024
1 parent f939987 commit 756f9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/StateMachine/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'command',
'StateMachine',
'mark var %var as %smVarType',
[null, 'internal'],
[null, 'local'],
function (v0, v1) { return window.StateMachine_fns.mark_var(v0, v1); }
).for(SpriteMorph, StageMorph),

Expand All @@ -97,7 +97,7 @@
const part = new InputSlotMorph(
null, // text
false, // numeric
{"internal": "internal","input": "input","output": "output",}, // options
{"local": "local","input": "input","output": "output",}, // options
true // readonly
);
return part;
Expand Down
Binary file modified extensions/StateMachine/pkg/netsblox_stateflow_ext_bg.wasm
Binary file not shown.

0 comments on commit 756f9ab

Please sign in to comment.