Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
Find a file
Andrew Sliwinski 655556273a Initial commit
2016-04-08 13:10:37 -04:00
test/unit Initial commit 2016-04-08 13:10:37 -04:00
.gitignore Initial commit 2016-04-08 13:10:37 -04:00
.npmrc Initial commit 2016-03-28 12:53:44 -04:00
index.js Initial commit 2016-04-08 13:10:37 -04:00
LICENSE Initial commit 2016-03-28 12:53:44 -04:00
Makefile Initial commit 2016-04-08 13:10:37 -04:00
package.json Initial commit 2016-04-08 13:10:37 -04:00
README.md Initial commit 2016-04-08 13:10:37 -04:00
TRADEMARK Initial commit 2016-03-28 12:53:44 -04:00

scratch-vm

Installation

npm install scratch-vm

Integration


Testing

make test
make coverage
make benchmark