File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ MODULE_PREBUILD_ruby ?= /bin/true
77
77
78
78
VERSIONS_wasm ?=
79
79
CONTAINER_wasm ?= debian:$(VARIANT ) -slim
80
- CONFIGURE_wasm ?= wasm --include-path=\` pwd\` /pkg/contrib/wasmtime/crates/c-api/include --lib-path=/usr/lib/\$ $( dpkg-architecture -q DEB_HOST_MULTIARCH) /
81
- INSTALL_wasm ? = wasm-install
82
- RUN_wasm ? = /bin/true
80
+ CONFIGURE_wasm ?= wasm --include-path=\` pwd\` /pkg/contrib/wasmtime/crates/c-api/include --lib-path=/usr/lib/\$ $( dpkg-architecture -q DEB_HOST_MULTIARCH) / \&\& ./configure wasm-wasi-component
81
+ INSTALL_wasm ? = wasm-install wasm-wasi-component-install
82
+ RUN_wasm ? = /bin/true
83
+
83
84
define MODULE_PREBUILD_wasm
84
85
apt-get install --no-install-recommends --no-install-suggests -y libclang-dev \\\n \
85
86
\ \ \ \&\& export RUST_VERSION=1.76.0 \\\n \
You can’t perform that action at this time.
0 commit comments