Skip to content

Commit

Permalink
Makefile: just use wasm-tools
Browse files Browse the repository at this point in the history
It’s faster, and works with arbitrary paths.
  • Loading branch information
ydnar committed Dec 19, 2024
1 parent 843cf77 commit ef5da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ json: $(wit_files)

.PHONY: $(wit_files)
$(wit_files): internal/wasmtools/wasm-tools.wasm
go run ./internal/cmd/wasm-tools component wit -j --all-features $@ > $@.json
wasm-tools component wit -j --all-features $@ > $@.json

# golden recompiles the .golden.wit test files.
.PHONY: golden
Expand Down

0 comments on commit ef5da56

Please sign in to comment.