Files
wasmer/lib/compiler
Nick Lewycky fce8e32cf6 Don't make SectionBody's internal Vec public.
Add a new method to create a new section body. Remove unused methods. Improve implementation of is_empty().
2020-05-18 09:08:33 -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.