mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Based on this document: https://www.notion.so/wasmer/Compiler-Refactor-Proposal-c678a73b0e2c4572834d2dba21263916
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.