Kohei Tokunaga
Kohei Tokunaga
@dependabot rebase
Thanks, LGTM.
Please add the signed-off-by line with your name: https://github.com/container2wasm/container2wasm/blob/255b65008ab07b7981c5462046c30d7b891f1adc/CONTRIBUTING.md#sign-your-patch
This project is ready for grpc version to be bumped.
Sorry for the slow reply. It's not possible as of now but SGTM adding that flag.
I guess your design might work though I haven't tried it. An example implementation is: [`poll_oneoff` wrapper](https://github.com/ktock/Bochs/blob/a88d1f687ec83ff82b5318f59dcecb8dab44fc83/bochs/wasi_extra/vfs/vfs.c#L10) can start unwind (maybe with saving args to somewhere JS can easily access)...
@giper45 Hi, thanks for trying this. > 192.168.127.0/24 network This is a virtual network created using gvisor-tap-vsock library. https://github.com/container2wasm/container2wasm/blob/255b65008ab07b7981c5462046c30d7b891f1adc/cmd/c2w-net/main.go#L81 As of now, multiple `c2w-net` invocations don't connect each other's network...
Please fix linter errors as well. https://github.com/ktock/container2wasm/actions/runs/10580983966/job/29343917175?pr=306#step:3:33 ``` cmd/d2oci/main.go:93:10: Error return value of `os.Mkdir` is not checked (errcheck) os.Mkdir(dstImgPath, 0750) ^ cmd/d2oci/main.go:98:10: Error return value of `os.Mkdir` is not checked...
@pateljoel > it doesn't seem to work in this example here: https://github.com/ktock/qemu-wasm/tree/master/examples/virtfs I've just tried this step but coudn't reproduce the error. Can you provide steps to reproduce this error...