CanadaHonk / porffor

A from-scratch experimental AOT JS engine, written in JS
https://porffor.dev
MIT License
2.41k stars 57 forks source link

Structs #66

Open BobVarioa opened 3 months ago

BobVarioa commented 3 months ago

Some way to create simplistic c styled structs

Possible features might include:

BobVarioa commented 3 months ago

This is somewhat similar to the structs proposals but in my opinion this feature should be distinctly different, as it has different goals. The TC39 proposal focuses on thread safe access and monomorphic objects, while this is more focused on size and direct access of fields