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
Having an example host is useful for showing how a host can work. When showing how guests can export an add interface, though, you can run them with wasmtime run --invoke "add(1,2)" ..., making a custom host one less concept that the user has to think about.