Move all meta scripts to central directory

This commit is contained in:
Joscha 2025-03-01 02:27:08 +01:00
parent 84d631a9c3
commit 5d1b740c20
8 changed files with 70 additions and 47 deletions

22
meta/build-typst-plugin Executable file
View file

@ -0,0 +1,22 @@
#!/usr/bin/env fish
set_color --bold yellow
echo "#############"
echo "## Prepare ##"
echo "#############"
set_color
rustup target add wasm32-unknown-unknown
pushd showbits-typst-plugin
echo
set_color --bold yellow
echo "###########"
echo "## Build ##"
echo "###########"
set_color
cargo build --release --target wasm32-unknown-unknown
or return 1