cranelift-wasm: expose cranelift-frontend's FunctionBuilder in the public API;

This commit is contained in:
Benjamin Bouvier
2020-07-02 11:56:02 +02:00
parent 301277e60d
commit 8e257e731e

View File

@@ -70,6 +70,7 @@ pub use crate::translation_utils::{
DefinedTableIndex, ElemIndex, FuncIndex, Global, GlobalIndex, GlobalInit, Memory, MemoryIndex, DefinedTableIndex, ElemIndex, FuncIndex, Global, GlobalIndex, GlobalInit, Memory, MemoryIndex,
SignatureIndex, Table, TableElementType, TableIndex, SignatureIndex, Table, TableElementType, TableIndex,
}; };
pub use cranelift_frontend::FunctionBuilder;
/// Version number of this crate. /// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION"); pub const VERSION: &str = env!("CARGO_PKG_VERSION");