Files
wasmer/lib/compiler
2020-05-01 12:58:23 -07:00
..
2020-05-01 12:58:23 -07:00
2020-04-27 20:03:44 -07:00
2020-04-21 22:13:57 -07:00

Wasmer Compiler

This crate is the base for Compiler implementations.

It performs the translation from a Wasm module into a basic Module, but leaves the Wasm function bytecode translation to the compiler implementor.