TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Expose _StackFrame and Thread classes #173

Closed yuri-kiss closed 9 months ago

yuri-kiss commented 10 months ago

Useful for starting threads with data or creating fake threads

Proposed Changes

This exposes the Thread and _StackFrame classes from the thread.js file. src/engine/thread.js

Reason for Changes

Useful for starting threads with preset properties.

yuri-kiss commented 10 months ago

bug was fixed, sorry for the inconvenience also! image

GarboMuffin commented 9 months ago

i suppose I can fit them in #181