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
* Remove `unsafe` from `Instance::from_wasmtime`
I mistakenly thought that this would be an `unsafe` function due to
reasons that aren't applicable, and I'm not aware of any reason why this
function should be `unsafe`, so mark it safe.
* Review comments
0 commit comments