dyna3/lang-trials/rust/Makefile

7 lines
160 B
Makefile
Raw Normal View History

app.js: app.civet pkg/engine_bg.wasm
civet --typecheck app.civet
civet --js -c app.civet -o .js
pkg/engine_bg.wasm: src/lib.rs
wasm-pack build --target web