Set up typst wasm plugin
This commit is contained in:
parent
49d6a2c022
commit
179d0653bb
10 changed files with 76 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
showbits-thermal-printer/src/documents/plugin.wasm
Symbolic link
1
showbits-thermal-printer/src/documents/plugin.wasm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../target/wasm32-unknown-unknown/release/showbits_typst_plugin.wasm
|
||||
1
showbits-thermal-printer/src/documents/text/plugin.wasm
Symbolic link
1
showbits-thermal-printer/src/documents/text/plugin.wasm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../plugin.wasm
|
||||
Loading…
Add table
Add a link
Reference in a new issue