container2wasm icon indicating copy to clipboard operation
container2wasm copied to clipboard

c2w-net with mapdir

Open Archie3d opened this issue 1 year ago • 2 comments

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.

Archie3d avatar Jun 14 '24 15:06 Archie3d

Sorry for the slow reply. It's not possible as of now but SGTM adding that flag.

ktock avatar Jul 09 '24 07:07 ktock

The problem is actually on the wasmtime's side: https://github.com/bytecodealliance/wasmtime/issues/3936

Archie3d avatar Jul 09 '24 15:07 Archie3d