Crates.io | alexcrichton-cranelift-wasm |
lib.rs | alexcrichton-cranelift-wasm |
version | 0.53.0 |
source | src |
created_at | 2020-01-10 21:38:51.967623 |
updated_at | 2020-01-10 22:22:43.061365 |
description | Translator from WebAssembly to Cranelift IR |
homepage | |
repository | https://github.com/bytecodealliance/cranelift |
max_upload_size | |
id | 197326 |
size | 213,253 |
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.