NOP0 / rustmatic

PLC programming in Rust!
Apache License 2.0
35 stars 2 forks source link

Start compiling things #40

Open Michael-F-Bryan opened 4 years ago

Michael-F-Bryan commented 4 years ago

I just came across this example of compiling an entire function to WASM using the walrus crate, and they make it look pretty easy. I reckon we should be able to use it as part of our iec crate to compile IEC programs.

NOP0 commented 4 years ago

Yeah, that was nice! 👍