·
12 commits
to master
since this release
This is a precompiled version of the wasi-stub
executable. wasi-stub
is meant to be used on WASM libraries, which are compiled using WASI
(for example, with the wasm32-wasip1
rust target), but will be run in an environment where WASI is functions are not available (like typst plugins). wasi-stub
will replace all the WASI functions with stubs, that immediately return a value without doing anything.