mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Improved wasmer script
This commit is contained in:
@ -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 (),
|
||||
}
|
||||
|
Reference in New Issue
Block a user