We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8368917 + 91e64f4 commit 9a7dee8Copy full SHA for 9a7dee8
Makefile
@@ -1,3 +1,5 @@
1
+WASI_SDK_PATH ?= /opt/wasi-sdk
2
+
3
.PHONY: build
4
build: target/config.txt target/lib
5
PYO3_CONFIG_FILE=$$(pwd)/target/config.txt cargo build --release --target=wasm32-wasi
0 commit comments