Skip to content

Commit

Permalink
Packages: added wasm-wasi-component module packaging for rpm-based di…
Browse files Browse the repository at this point in the history
…stros
  • Loading branch information
thresheek committed Feb 22, 2024
1 parent 41aa888 commit 4bd706f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/rpm/Makefile.wasm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ MODULE_SUMMARY_wasm= WASM module for NGINX Unit
MODULE_VERSION_wasm= $(VERSION)
MODULE_RELEASE_wasm= 1

MODULE_CONFARGS_wasm= wasm --include-path=\`pwd\`/pkg/contrib/wasmtime/crates/c-api/include --lib-path=\`pwd\`/pkg/contrib/wasmtime/target/release
MODULE_MAKEARGS_wasm= wasm
MODULE_INSTARGS_wasm= wasm-install
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
MODULE_MAKEARGS_wasm= wasm wasm-wasi-component
MODULE_INSTARGS_wasm= wasm-install wasm-wasi-component-install

MODULE_SOURCES_wasm=

Expand Down

0 comments on commit 4bd706f

Please sign in to comment.