Allow users to disable optional features. Needed for wasm32 support (see #615).
This commit is contained in:
@@ -244,6 +244,7 @@ impl Machine {
|
||||
user_error,
|
||||
load_contexts: vec![],
|
||||
runtime,
|
||||
#[cfg(feature = "ffi")]
|
||||
foreign_function_table: Default::default(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user