Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 7a64055

Browse files
committed
Packages: added wasm-wasi-component module packaging for rpm-based distros
1 parent 3f805bc commit 7a64055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/rpm/Makefile.wasm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ MODULE_SUMMARY_wasm= WASM module for NGINX Unit
66
MODULE_VERSION_wasm= $(VERSION)
77
MODULE_RELEASE_wasm= 1
88

9-
MODULE_CONFARGS_wasm= wasm --include-path=\`pwd\`/pkg/contrib/wasmtime/crates/c-api/include --lib-path=\`pwd\`/pkg/contrib/wasmtime/target/release
10-
MODULE_MAKEARGS_wasm= wasm
11-
MODULE_INSTARGS_wasm= wasm-install
9+
MODULE_CONFARGS_wasm= wasm --include-path=\`pwd\`/pkg/contrib/wasmtime/crates/c-api/include --lib-path=\`pwd\`/pkg/contrib/wasmtime/target/release \&\& ./configure wasm-wasi-component
10+
MODULE_MAKEARGS_wasm= wasm wasm-wasi-component
11+
MODULE_INSTARGS_wasm= wasm-install wasm-wasi-component-install
1212

1313
MODULE_SOURCES_wasm=
1414

0 commit comments

Comments
 (0)