Files
wasmer/lib/compiler
2020-05-04 13:34:05 -07:00
..
2020-05-04 13:34:05 -07:00
2020-05-02 16:24:27 -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.

Acknowledgments

This project borrowed some of the code strucutre from the cranelift-wasm, however it's been adapted to not depend on any specific IR and be abstract of any compiler.

Please check Wasmer ATTRIBUTIONS to further see licenses and other attributions of the project.