mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-06-30 15:01:39 +00:00
fix grumbles + added constructor logic
This commit is contained in:
@ -4,6 +4,9 @@ extern crate byteorder;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
|
||||
pub static CREATE_SYMBOL: &'static str = "_create";
|
||||
pub static CALL_SYMBOL: &'static str = "_call";
|
||||
|
||||
pub mod rules;
|
||||
|
||||
mod optimizer;
|
||||
@ -22,3 +25,4 @@ pub use ext::externalize;
|
||||
pub use pack::pack_instance;
|
||||
pub use nondeterminism_check::is_deterministic;
|
||||
pub use runtime_type::inject_runtime_type;
|
||||
|
||||
|
Reference in New Issue
Block a user