Update wasmi_wasi
WASI implementing dependencies
#943
Labels
tech-debt
An issue to resolve some technical debt.
wasmi_wasi
WASI implementing dependencies
#943
Currently
wasmi_wasi
is stuck onv2.0
ofwasi-common
,wasi-cap-std-sync
andwiggle
crate.For both
wasi-common
andwiggle
this PR has shown that it is quite easy to update to the most recent version.However, for
wasi-cap-std-sync
it is unfortunately not very easy to do so since this crate is hard wired with Wasmtime to work. However, for Wasmi we want to avoid having to depend or compile Wasmtime as dependency.This issue is about resolving this problem so that we can use more recent WASI implementations with bug fixes and improvements.
This issue superseeds the following issue(s):
The text was updated successfully, but these errors were encountered: