Files
wasmer/lib/compiler
Nick Lewycky 04f2db1b82 Export wptype_to_type from wasmer_compiler.
Also fix up its error message when it fails.

Use it in compiler-llvm and remove one of compiler-llvm's copies of this function.
2020-06-02 15:45:31 -07:00
..
2020-05-27 17:42:47 -07:00
2020-05-19 18:47:50 -07:00

Wasmer Compiler

This crate is the base for Compiler implementations.

It performs the translation from a Wasm module into a basic ModuleInfo, 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.