unit-wasm 0.4.0

WASM SDK for NGINX Unit
Documentation
1
2
3
4
5
6
7
8
9
10
11
include ../../shared.mk

SDIR = src/rust

rustlib:
	$(PP_GEN) $(SDIR)/target/wasm32-wasip1
	$(v)cargo build --target=wasm32-wasip1

clean:
	rm -f Cargo.lock unit-wasm-sys/Cargo.lock
	rm -rf target/ unit-wasm-sys/target/