Skip to content

Commit

Permalink
cranelift-wasm: expose cranelift-frontend's FunctionBuilder in the pu…
Browse files Browse the repository at this point in the history
…blic API;
  • Loading branch information
bnjbvr committed Jul 2, 2020
1 parent 301277e commit 8e257e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cranelift/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub use crate::translation_utils::{
DefinedTableIndex, ElemIndex, FuncIndex, Global, GlobalIndex, GlobalInit, Memory, MemoryIndex,
SignatureIndex, Table, TableElementType, TableIndex,
};
pub use cranelift_frontend::FunctionBuilder;

/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

0 comments on commit 8e257e7

Please sign in to comment.