unit icon indicating copy to clipboard operation
unit copied to clipboard

Copy the wasm-wasi-component module into build/lib/unit/modules/ as part of the build process

Open ac000 opened this issue 7 months ago • 1 comments

The first patch is just a clean up patch that fixes some indentation.

The second patch copies the wasm-wasi-component .so into build/lib/unit/modules/ with the right name. This matches the behaviour of the other language modules and is needed by things like the pytests.

ac000 avatar Jul 02 '24 16:07 ac000