You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to create a custom trigger, I'm unsuccessful with linking a custom world during the configure_engine step requires me to implement my WasiCustomView for spin_core::Data<CustomRuntimeData>. Implementing WasiCustomView for CustomRuntimeData is not enough. Am I missing something obvious here?
I'm using v2.6.0, wasmtime 21 and wasi_custom_rs also uses 21 for bindgen.
let _ = builder.link_import(| l, _| {
wasi_custom_rs::add_custom_to_linker(l);});
the trait bound `spin_core::Data<CustomRuntimeData>: WasiCustomView` is not satisfied