An entire WebAssembly virtual machine inside of Scratch. Not too complex, so don't expect anything crazy yet. Here's a website that converts (very simple) C/C++ programs to a format that the VM can understand: https://realsput.github.io/cpp-to-scratch/ Implemented instructions: - get_local - i32.const - i32.add - i32.sub - i32.store - call
This is probably my last project ever on Scratch, ever. Just wanted to do a semi-annual come back (it's been very long) and make a final thing. Thanks for everyone's support on my journey, but now I'm moving on to actual programming :) If you wanna see my future code, go to https://github.com/RealSput