wasmtime-wasi: fix path to errno type
This commit is contained in:
@@ -32,7 +32,7 @@ resolution.",
|
||||
},
|
||||
},
|
||||
// Error to return when caller module is missing memory export:
|
||||
missing_memory: { wasi_common::wasi::Errno::Inval },
|
||||
missing_memory: { wasi_common::wasi::types::Errno::Inval },
|
||||
});
|
||||
|
||||
pub fn is_wasi_module(name: &str) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user