mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Change memory api
This commit is contained in:
@ -193,7 +193,6 @@ impl From<ResolveError> for Error {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl From<CallError> for Error {
|
||||
fn from(call_err: CallError) -> Self {
|
||||
Error::CallError(call_err)
|
||||
|
Reference in New Issue
Block a user