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
{{ message }}
This repository was archived by the owner on Oct 26, 2021. It is now read-only.
Add Workldr trait, use it to load internal wasmldr
In parallel with the Backend trait, this commit adds a Workldr trait for
handling `wasmldr` (and any future workldr implementations.)
We've also got a naive function for picking the "best" workldr (there's
only one, so that's easy) and using that for `exec` if nothing was
passed on the CLI.
Signed-off-by: Will Woods <[email protected]>
0 commit comments