container2wasm
container2wasm copied to clipboard
c2w-net with mapdir
Is it possible to pass --mapdir /mnt/share::./share argument to c2w-net?
I've tried to modify the code to include mapdir argument, but wasmtime refuses to recognize --mapdir as a valid argument unless it's the only argument used.
Using wasmtime 21.0.1.
Sorry for the slow reply. It's not possible as of now but SGTM adding that flag.
The problem is actually on the wasmtime's side: https://github.com/bytecodealliance/wasmtime/issues/3936