wiggle use sites: remove ctx argument

This commit is contained in:
Pat Hickey
2021-03-04 17:28:20 -08:00
parent ff59797ad0
commit bcebdd43ef
4 changed files with 0 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ use crate::ctx::WasiNnError;
// Generate the traits and types of wasi-nn in several Rust modules (e.g. `types`).
wiggle::from_witx!({
witx: ["$WASI_ROOT/phases/ephemeral/witx/wasi_ephemeral_nn.witx"],
ctx: WasiNnCtx,
errors: { nn_errno => WasiNnError }
});