mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
7 lines
220 B
Markdown
7 lines
220 B
Markdown
# 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.
|