Fix build of wasi-nn

This commit is contained in:
Alex Crichton
2021-02-17 14:16:18 -08:00
committed by Andrew Brown
parent fa98f0bc91
commit 250f11c572
5 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ wasmtime_wiggle::wasmtime_integration!({
wasi_ephemeral_nn => {
name: WasiNn,
docs: "An instantiated instance of the wasi-nn exports.",
function_override: {}
}
},
});