mincaml icon indicating copy to clipboard operation
mincaml copied to clipboard

A MinCaml compiler implemented in Rust

Results 4 mincaml issues
Sort by recently updated
recently updated
newest added

In the Wasm backend we compile the runtime system to Wasm with emcc and then link it with the mc-generated Wasm. It seems to mostly work fine, except linking the...

Hi! Just in upfront: Yes I read the README haha but I think cranelift does support stack maps now (I asked on the rust discord and I think some members...

Here's an example .dot generated by rustc: cfg.dot ```dot digraph __crate__ { subgraph cluster_Mir_0_4 { graph [fontname="monospace"]; node [fontname="monospace"]; edge [fontname="monospace"]; label=; bb0__0_4 [shape="none", label=]; } subgraph cluster_Mir_0_5 { graph...