-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: JavaScript VM #2432
Feature: JavaScript VM #2432
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've had an initial play with this, pushed some changest to your repo.
Looks great! Need to move jerryscript
and jsvm
into submodules though.
Maybe jerryscript could be contained within jsvm?
I see there's a docker image to work with, but is there an easy way to compile .js into compatible snaps which might be integrated into the build system somehow? |
Yes, there is. I will add further documentation and also improve the build system. |
@slaff Thanks for the clarification. I've had a play we can just use the standard jerryscript build tool to create the |
This would be awesome :) |
498910b
to
8053af4
Compare
This pull request introduces 4 alerts when merging 194c17d into 7ca48eb - view on LGTM.com new alerts:
|
@slaff Can you create a submodule for this? I'll review then. |
This pull request introduces 3 alerts when merging fe2ace4 into 7ca48eb - view on LGTM.com new alerts:
|
a61a512
to
5373b53
Compare
a152b74
to
7bd1648
Compare
d7a8fed
to
9f0352c
Compare
8f7cdbf
to
9f0352c
Compare
9f0352c
to
62297da
Compare
These libraries allow running JavaScript in a sandbox on all architectures supported by Sming. The actual JavaScript engine is JerryScript.
This is port from the initial work done for the U:Kit project.
Tasks: