wasi: get rid of missing_memory config

This commit is contained in:
Pat Hickey
2021-01-05 17:29:34 -08:00
parent 46b1864c9e
commit bf2371c8af
2 changed files with 0 additions and 4 deletions

View File

@@ -33,8 +33,6 @@ resolution.",
}
},
},
// Error to return when caller module is missing memory export:
missing_memory: { wasi_common::wasi::types::Errno::Inval },
});
pub fn is_wasi_module(name: &str) -> bool {