Set up typst wasm plugin
This commit is contained in:
parent
49d6a2c022
commit
179d0653bb
10 changed files with 76 additions and 1 deletions
5
showbits-typst-plugin/meta/build
Executable file
5
showbits-typst-plugin/meta/build
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
cargo build --release \
|
||||
--package showbits-typst-plugin \
|
||||
--target wasm32-unknown-unknown
|
||||
3
showbits-typst-plugin/meta/setup
Executable file
3
showbits-typst-plugin/meta/setup
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
rustup target add wasm32-unknown-unknown
|
||||
Loading…
Add table
Add a link
Reference in a new issue