V8 integration itself shouldn't be really complicated.
But it would make sense to actually make this library behave as an actual web browser (with limited functional). Therefore it would be required to support low level JS functions that are provided by browsers, like: getElementById, appendChild, events, and others.
But this task scope can be limited to adding same set of features Lua has but in Javascript.
V8 integration itself shouldn't be really complicated.
But it would make sense to actually make this library behave as an actual web browser (with limited functional). Therefore it would be required to support low level JS functions that are provided by browsers, like:
getElementById,appendChild, events, and others.But this task scope can be limited to adding same set of features Lua has but in Javascript.