Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 749 Bytes

cranelift_codegen_wasm

Experimental code generation for WebAssembly from Cranelift IR.

note: not ready for usage yet

Setup

Contains an item called WasmModule which implements cranelift_module::Module

Todo

Everything!

(more specifically)

  • lots of operators
  • some ironing out of bugs in control-flow translation
  • translation of more complex control flow
  • testing

Useful resources