drewrip / bytor

https://crates.io/crates/bytor
1 stars 0 forks source link

Develop a basic IR #3

Closed drewrip closed 5 months ago

drewrip commented 5 months ago

Adds a basic IR that more closely resembles the WebAssembly stack based model. The idea is to flatten our computation into a stack. This is done by inserting labels to help represent control flow information.