mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 06:38:22 +00:00
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.
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.