Crates.io | cranelift-wasm |
lib.rs | cranelift-wasm |
version | 0.112.3 |
source | src |
created_at | 2018-07-13 16:30:52.03666 |
updated_at | 2024-11-05 19:22:55.44135 |
description | Translator from WebAssembly to Cranelift IR |
homepage | |
repository | https://github.com/bytecodealliance/wasmtime |
max_upload_size | |
id | 74048 |
size | 326,524 |
This crate performs the translation from a wasm module in binary format to the in-memory form of the Cranelift IR.
If you're looking for a complete WebAssembly implementation that uses this library, see Wasmtime.