Skip to content

Commit

Permalink
Update discord makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Jan 22, 2025
1 parent d21a6cc commit 252c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIST_DIR := dist
all: build copy pack

build:
@cargo build --quiet --target wasm32-wasi
@cargo build --quiet --target wasm32-wasip1 --release

opt:
@wasm-opt -Oz $(DIST_DIR)/ext.wasm -o $(DIST_DIR)/ext.wasm
Expand Down

0 comments on commit 252c3a5

Please sign in to comment.