Corrects link to wasi-stub in plugin documentation (#5308)

Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
Chad Skeeters 2024-10-28 09:21:11 -05:00 committed by GitHub
parent be7cfc85d0
commit ead6c03a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ use crate::World;
/// [WASI ABI](https://wasi.dev/) by default or as their only option (e.g.
/// emscripten), which allows printing, reading files, etc. This ABI will not
/// directly work with Typst. You will either need to compile to a different
/// target or [stub all functions](https://github.com/astrale-sharp/wasm-minimal-protocol/blob/master/wasi-stub).
/// target or [stub all functions](https://github.com/astrale-sharp/wasm-minimal-protocol/tree/master/crates/wasi-stub).
///
/// # Plugins and Packages
/// Plugins are distributed as packages. A package can make use of a plugin