jamiebrynes7 / spatialos-sdk-rs

Rust integration of the SpatialOS C API bindings
Apache License 2.0
21 stars 6 forks source link

Code generator plugins/extensions #117

Open jamiebrynes7 opened 5 years ago

jamiebrynes7 commented 5 years ago

As part of https://github.com/jamiebrynes7/spatialos-sdk-rs/issues/107, the idea of code generator plugins was brought up. This issue should track this particular use case and possible solutions.

randomPoison commented 5 years ago

The idea of using WASM as a way of providing compile-time extensions has been coming up elsewhere in the Rust community, too. We should check out watt and see if we ~steal ideas from it~ use it as inspiration :grin:

jamiebrynes7 commented 5 years ago

We should check out watt and see if we steal ideas from it use it as inspiration 😁

That project is exactly what prompted the thought to use WASM for plugins 😉