Module compiler

Source
Expand description

Support for compiling with Singlepass.

Structs§

SinglepassCompiler
A compiler that compiles a WebAssembly module with Singlepass. It does the compilation in one pass

Traits§

IntoParIterIfRayon 🔒