jotdown_wasm: display version
mostly useful for the hosted version
This commit is contained in:
parent
0af2c46c57
commit
7a10767fed
6 changed files with 184 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue