itk-wasm, wasi build, how to run the .wasm.wasi passing <inputimage> <outputimage> <radius>

Hi @dzenanz,

I have failed to build wasi using itk-wasm for a ITK Median Filter. here is the screen shot of the wasi build for MedianFilterTest pipeline, CMakeLists seems to have problem for wasi-build because as you see build complains about ITK_LIBRARIES already linked to the executable?! it seems ITKWebAssemblyInteface has already been linked.
can you help me with the CMakeLists.txt file to fix this error please.

here is the screen shot. I comment out the add_link_library(MedianFilterTest ${ITK_LIBRARIES} there will be undefined sysmbols, how should be solve this wasi build

thanks
@sag