Improved wasmer script

This commit is contained in:
Syrus Akbary
2018-10-17 16:45:24 +02:00
parent e97b47e147
commit ba050f35cc
4 changed files with 29 additions and 6 deletions

View File

@ -121,7 +121,7 @@ pub struct Instance {
import_functions: Vec<*const u8>,
/// The module start function
start_func: Option<FuncIndex>,
pub start_func: Option<FuncIndex>,
// Region start memory location
// code_base: *const (),
}