Wuelle / Stormlicht

The Stormlicht browser engine.
MIT License
12 stars 0 forks source link

Simulate inheritance for the DOM #1

Closed Wuelle closed 1 year ago

Wuelle commented 1 year ago

Using some proc-macro and build.rs magic, we can now safely cast types along their inheritance chain. This does not implement the actual DOM (though a few stub objects were created for testing), only the required mechanism.