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

Questions About ScratchX Support #84

Closed Samq64 closed 2 years ago

Samq64 commented 2 years ago

I noticed ScratchX support was recently added. I have some questions bout it:

GarboMuffin commented 2 years ago

Don't get your hopes up too much. ScratchX extensions in TurboWarp have the same limitations as existing custom extensions (they both still run in the sandbox); all that was added is a shim to convert ScratchX APIs into Scratch 3 APIs.

It's still extremely primitive and experimental. A page will be added to docs.turbowarp.org when it's less experimental.

Samq64 commented 2 years ago

Oh, okay, thanks.