wasm-minimal-protocol
wasm-minimal-protocol copied to clipboard
I am trying to write my own plugin. However, my code results in a recursive call to the wrapped function itself, leading to `typst` throwing a `stackoverflow` error. Here is...
We currently use 71 as the default return value for functions stubbed by `wasi-stub`. This was done to call attention to a somewhat weird value, so that someone might realize...
Hi, since Go can compile to WASM I thought it might be nice to have it as an example.
Very minimal changes, just updated dependencies. Some used structures changed a little, but the code is mostly the same.
Hi! Based on [Lukas' work](https://github.com/astrale-sharp/wasm-minimal-protocol/pull/26) I make some small changes on the example. And a note about `go.mod`: The first line defines the program's module path (not a git submodule),...
Since the buffer for arguments is allocated by the library and written to by Typst once without any further expectations, it should be fine to mutate it from within the...
I'm working on a WASI binding for a Go library to be included as a Typst plugin, and some of the Go JavaScript helpers that get generated produce f64 return...