mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Merge branch 'feature/vm_refactor' into feature/vm_refactor_errors
This commit is contained in:
@ -33,7 +33,7 @@ impl FuncResolver for PlaceholderFuncResolver {
|
||||
|
||||
/// This contains all of the items in a `ModuleInner` except the `func_resolver`.
|
||||
pub struct Module {
|
||||
module: ModuleInner,
|
||||
pub module: ModuleInner,
|
||||
}
|
||||
|
||||
impl Module {
|
||||
|
Reference in New Issue
Block a user