wasmtime-wasi: fix path to errno type

This commit is contained in:
Pat Hickey
2020-08-18 10:57:43 -07:00
parent 4be3b06b61
commit 80b884780b

View File

@@ -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 {