Kohei Tokunaga
Kohei Tokunaga
> lockdown-install.js:1 Removing unpermitted intrinsics Did you add additional scripts? What does this do? > I tried again on Chromium Version 135.0.7049.84 (Official Build) snap (64-bit) using the following Python...
@wangyenshu I've just added a simpler example without using webpack. Can you try this example and see if it works on your setup? https://github.com/container2wasm/container2wasm/tree/5a22a8f633c20a252dc2894ee54b71d386cffbc6/examples/emscripten-simple
> apt You'll need to setup the networking support: https://github.com/container2wasm/container2wasm/tree/ca381a0482f7b6b1cdefdacdeba63a19fbe935c8/examples/networking > keep it and reuse it? I think there are two ways: Option A: Bake them to Dockerfile so that...
> how to adjust the size of RAM and disk? You can change the guest memory size by specifying `--build-arg VM_MEMORY_SIZE_MB=` to `c2w` and the default is 128MB. As of...
@ed6767 Sorry for the slow reply. Could you ensure creating the directory on the emscripten fs and write the directory path to the info file? For example, the following change...
SGTM, maybe related to #195
There is QEMU compiled with emscripten (not WASI) at https://github.com/ktock/qemu-wasm so this might be a good start point. To compile TCI for WASI, we need at least the following: -...
Sorry for the slow reply. Docs related networking is available here https://github.com/container2wasm/container2wasm/tree/3350b66320f3d2b5764c048b3e1db8bde68e01e8/examples/networking This also seems to be related to ongoing threads about port forwarding: #469 and #195
Thanks for posting that issue. Currently that file is created during [image conversion](https://github.com/ktock/container2wasm/blob/8f57398113c3f2c0d68d8e528fea650fb74f00cd/Dockerfile#L198) but yes, that won't work in some environment and that should be created during runtime.