Skip to content

wasi-stub 0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 21:38
· 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.