[LUAU] embedding JavaScript

Vince Hoang vince at litrium.com
Mon Nov 29 09:17:47 PST 2010


Any C++ hackers out there?

I'm toying with the idea of working on a tool that embeds multiple
JavaScript engines for malware analysis.

Firefox's build tools makes it pretty easy to build a stand alone JS engine
that you can feed files to parse a file at a time, but the embedding
examples look very daunting.

Embedding Chrome's V8 engine looks more doable. I have the V8 engine
compiled as a library, but need the C++ chops to do some basic file parsing
and calling V8 properly.

-Vince


More information about the LUAU mailing list