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
Currently WasiRuntime holds a lot of information on how to run a package.
For example, Runners will take a &impl WasiRuntime in the run_command function (as in PR #3852). But this will make little sense on a EmscriptenRunner.
A simple way to resolve this would be to rename WasiRuntime to RuntimeContext ? (or other names)
The text was updated successfully, but these errors were encountered:
Currently
WasiRuntime
holds a lot of information on how to run a package.For example, Runners will take a
&impl WasiRuntime
in therun_command
function (as in PR #3852). But this will make little sense on a EmscriptenRunner.A simple way to resolve this would be to rename
WasiRuntime
toRuntimeContext
? (or other names)The text was updated successfully, but these errors were encountered: