mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 15:22:03 +00:00
Automatically start modules first. Documented SKIP_MUTABLE_GLOBALS case
This commit is contained in:
@@ -734,8 +734,6 @@ impl<'data> ModuleEnvironment<'data> for Module {
|
||||
offset: usize,
|
||||
data: &'data [u8],
|
||||
) {
|
||||
debug_assert!(base.is_none(), "global-value offsets not supported yet");
|
||||
// debug!("DATA INITIALIZATION {:?} {:?}", memory_index, base);
|
||||
self.info.data_initializers.push(DataInitializer {
|
||||
memory_index,
|
||||
base,
|
||||
|
Reference in New Issue
Block a user