ktock / container2wasm

Container to WASM converter
https://ktock.github.io/container2wasm-demo/
Apache License 2.0
1.97k stars 72 forks source link

c2w-net with mapdir #291

Open Archie3d opened 2 months ago

Archie3d commented 2 months ago

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.

ktock commented 1 month ago

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

Archie3d commented 1 month ago

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