wasi-nn: remove missing_memory from wasmtime_integration

This commit is contained in:
Pat Hickey
2021-01-06 10:59:29 -08:00
parent bf2371c8af
commit d4aaae3e86

View File

@@ -21,6 +21,4 @@ wasmtime_wiggle::wasmtime_integration!({
function_override: {}
}
},
// Error to return when caller module is missing memory export:
missing_memory: { witx::types::Errno::MissingMemory },
});