Set up typst wasm plugin

This commit is contained in:
Joscha 2025-03-01 00:26:38 +01:00
parent 49d6a2c022
commit 179d0653bb
10 changed files with 76 additions and 1 deletions

View file

@ -19,3 +19,5 @@
// Determined by experiments so that the top and bottom white border are roughly
// the same size after tearing off the paper.
#let feed = v(64pt + 32pt)
#import plugin("plugin.wasm") as plugin

View file

@ -0,0 +1 @@
../../../target/wasm32-unknown-unknown/release/showbits_typst_plugin.wasm

View file

@ -0,0 +1 @@
../plugin.wasm