Skip to content
/ quickjs Public

QuickJS (v2021-03-27) - A small JavaScript Engine written by Fabrice Bellard https://bellard.org/quickjs/

License

Notifications You must be signed in to change notification settings

soleo/quickjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickjs-docker

QuickJS - A small JavaScript Engine written by Fabrice Bellard https://bellard.org/quickjs/

Build Docker Image

$ docker build -t soleo/quickjs .

Run examples

Quick console.log test

$ docker run  --rm -v `pwd`:/mnt/src soleo/quickjs qjs examples/console-log/hello.js

VueJS SPA

$ docker run  --rm -v `pwd`:/mnt/src soleo/quickjs qjs -m examples/vue-js-spa/app.js