Closed drewrip closed 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.
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.