Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Emit Base

Covered by Skipping the Backend by Emitting Wasm in the making a language series. This pass sees us finally reaching executable code. We convert our closure converted items into a Wasm module that can be interpreted.

Examples of this can be found in the tests for this crate, where we use wasmtime to execute our generated code.