elliottt commented on issue #5685:
My goal was to wrap up the following pattern in the same way that we're wrapping up
instantiate_async
:That way I could just say
Xqd::instantiate_pre(&mut store, instance_pre)
instead.
alexcrichton commented on issue #5685:
Whoops sorry I got this backwards in my head what it was doing, makes sense! In that case though I think the
Linker
argument can be dropped.
elliottt commented on issue #5685:
In that case though I think the
Linker
argument can be dropped.Thanks for catching that!
Last updated: Nov 22 2024 at 17:03 UTC