Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed May 3, 2024
1 parent 42142f3 commit f754d5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.PHONY: wasm
wasm:
cd src/core && wasm-pack build --target web

.PHONY: wasm-dev
wasm-dev:
cd src/core && wasm-pack build --target web --dev

.PHONY: build
build:
node esbuild.config.mjs

0 comments on commit f754d5d

Please sign in to comment.