jotdown_wasm: display version

mostly useful for the hosted version
This commit is contained in:
Noah Hellman 2023-04-04 19:27:20 +02:00
parent 0af2c46c57
commit 7a10767fed
6 changed files with 184 additions and 13 deletions

View file

@ -1,6 +1,6 @@
WASM=pkg/jotdown_wasm_bg.wasm
SRC=$(shell find src ../../src -name '*.rs')
SRC=$(shell find . ../../src -name '*.rs')
${WASM}: ${SRC}
wasm-pack build --release --target web