mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Corrects link to wasi-stub in plugin documentation (#5308)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
parent
be7cfc85d0
commit
ead6c03a98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user