public api exposure and fix warnings

This commit is contained in:
NikVolf
2019-01-22 18:28:15 +03:00
parent da5b2ca5f6
commit d60340762b
3 changed files with 49 additions and 52 deletions
+2
View File
@@ -29,6 +29,8 @@ pub use gas::inject_gas_counter;
pub use ext::{externalize, externalize_mem, underscore_funcs, ununderscore_funcs, shrink_unknown_stack};
pub use pack::{pack_instance, Error as PackingError};
pub use runtime_type::inject_runtime_type;
pub use graph::{Module, parse, generate};
pub use ref_list::{RefList, Entry, EntryRef, DeleteTransaction};
pub struct TargetRuntime {
pub create_symbol: &'static str,