Skip to content
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

clarification request: javascript vm? #2

Open
dominictarr opened this issue Jul 3, 2013 · 1 comment
Open

clarification request: javascript vm? #2

dominictarr opened this issue Jul 3, 2013 · 1 comment

Comments

@dominictarr
Copy link

I am on the look out for a light weight javascript vm,
did you have an implementation of js in C or are you using twostroke to provide js?

I saw a lot of C code that is clearly related to js, but then the twostroke dependency confused me.

thanks, Dominic

@haileys
Copy link
Owner

haileys commented Jul 3, 2013

There's a JavaScript VM in C, but it can't parse JS by itself. Instead it reads image files that are created by the twostroke based compiler.

The JS VM should be fairly easy to rip out and run by itself. It has a fairly minimal set of dependencies.

On 04/07/2013, at 2:53, Dominic Tarr notifications@github.com wrote:

I am on the look out for a light weight javascript vm,
did you have an implementation of js in C or are you using twostroke to provide js?

I saw a lot of C code that is clearly related to js, but then the twostroke dependency confused me.

thanks, Dominic


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants