binast / binjs-ref

Reference implementation for the JavaScript Binary AST format
https://binast.github.io/binjs-ref/binjs/index.html
Other
431 stars 38 forks source link

In Context-0.2, segment the file format explicitly #425

Open Yoric opened 5 years ago

Yoric commented 5 years ago

To simplify implementation and debugging, we should have a format in which sections start explicitly, each with its own header. This will make it easier to track offset errors.