neon-bindings / rfcs

RFCs for changes to Neon
Apache License 2.0
14 stars 9 forks source link

RFC: VM 2.0 #14

Closed dherman closed 6 years ago

dherman commented 6 years ago

Replaces four abstractions of the existing Neon API (Scope, Arguments, FunctionCall, and the vm module) with one Vm trait, representing a (context-sensitive) view of the JavaScript virtual machine.

Rendered

WIP Implementation

dherman commented 6 years ago

📢 This RFC is going into final comment period! We will plan to merge it within a week if there aren't significant new issues that arise in the next week. 📢