diff options
Diffstat (limited to 'c/wasi-http/0.2.0')
-rw-r--r-- | c/wasi-http/0.2.0/shared.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c/wasi-http/0.2.0/shared.mk b/c/wasi-http/0.2.0/shared.mk index d3e06f0..e092144 100644 --- a/c/wasi-http/0.2.0/shared.mk +++ b/c/wasi-http/0.2.0/shared.mk @@ -5,8 +5,6 @@ ifneq ("$(wildcard /usr/wasm32-wasi)", "") WASI_SYSROOT ?= /usr/wasm32-wasi endif -export WASI_SYSROOT - ADAPTOR_TYPE ?= reactor WIT_BINDGEN = /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen |