TeaVM Typst Plugin Example A minimal example of a Typst plugin written in Java using TeaVM. Requirements JDK 17+ wasi-stub (in ~/.cargo/bin/wasi-stub) wasm-opt (optional, for optimization) Typst Build ./gradlew dist The output will be in plugin/build/dist. Test ./gradlew check This will build the plugin and run the examples/example.typ file using Typst.