CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 113
Releases: container2wasm/container2wasm
v0.8.3
7c614d7
Compare
Notable Changes
- Upgraded debian version in the Dockerfile to fix the build failure (#493)
- Fixed the stack size exceeded error occured when running aarch64 guest on Safari (#499)
Thanks to @TarasMazepa for helping the release process (#496).
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4358328 2025-07-28 12:18 c2w
-rwxr-xr-x root/root 11620536 2025-07-28 12:18 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is 2ee4cb8df9a768dce75eb4af39118977689d9f266d51130c63ab7f99954778bb
Assets 6
v0.8.2
de091b4
Compare
Notable Change
- Bump up qemu-wasm to fix an execution error on Firefox 138 (#471)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4358328 2025-05-21 14:16 c2w
-rwxr-xr-x root/root 11428024 2025-05-21 14:16 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is 529506d0b19c5c113c100767914e0c310ede81ddfa43c56c53f2d42172393450
Assets 6
v0.8.1
55f9644
Compare
Notable Changes
- Fixed Joliet-flag-related errors in Dockerfile (#398)
- c2w-net moved some detailed logs to debug level (#399)
- Fixed a make error occured on Mac OS (#425), thanks @edu-diaz
- Fixed allocator-related runtime errors (#458)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4354232 2025-05-01 03:11 c2w
-rwxr-xr-x root/root 11411640 2025-05-01 03:12 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is d9fa6d5911671629c709b31fdaa2bdb7bc33932c508991f9e2f9fbf36b688e4c
Assets 6
v0.8.0
e712088
Compare
Notable Changes
- Change
--to-js
flag (emscripten mode) to use QEMU Wasm (QEMU ported to browser) as the emulator. (#378, #377, #374, #373, #372)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4259992 2025-01-30 02:23 c2w
-rwxr-xr-x root/root 10731672 2025-01-30 02:23 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is 486c0fc317d5a9c7921f28cb3e420e64d286d16b3a014442d72df3182e9ad1fb
Assets 6
v0.7.1
eb4e3ac
Compare
Notable change
- Fixed recent failiure of building busybox (#348)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4251800 2024-11-11 18:45 c2w
-rwxr-xr-x root/root 10731672 2024-11-11 18:45 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is 9151833e1e3fc9e4268452b603e57e8d255fdb0e8c72f28a8d95c8e79c8806a2
Assets 6
v0.7.0
0247343
Compare
This release contains experimental support of using QEMU as an emulator on browser. This uses QEMU Wasm, QEMU ported on browser.
--to-js
for aarch64 containers uses QEMU Wasm as the emulator by default. x86_64 containers can also use QEMU as the emulator using --target-stage=js-qemu-amd64
flag.
Refer to examples on QEMU Wasm or on this repo(aarch64, x86_64).
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4251800 2024-11-10 02:43 c2w
-rwxr-xr-x root/root 10731672 2024-11-10 02:43 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is cc23f4e150e3ef8890c1ca713a5d6576601092af6f8ca8a53d6bfa6e9c2720d3
Assets 6
v0.6.5
9ded0dc
Compare
Added docs and refactored repository structure (#312, #314)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 4022424 2024-08-30 05:17 c2w
-rwxr-xr-x root/root 10367128 2024-08-30 05:17 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is 0cc4860dd7fb69aa8e4fca04d0d8dfb6892ad19f0362530bb802cf90cc55feb9
Assets 6
v0.6.4
9033bfd
Compare
- Bugfixes and improvement for on-browser examples: #256 #257 #258 #259
- Fixed applications that use recent CPU features failed to run #274
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 3899392 2024-05-20 01:49 c2w
-rwxr-xr-x root/root 10088448 2024-05-20 01:49 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is abc455f87c5d8000b9074710669e5cd7785823f9c80ba6482b9a8605d0ec33fc
Assets 6
v0.6.3
5597c28
Compare
Notable Changes
- Fixed error printed by
ls
on accessing xattr (#245) - Fixed
sudo
didn't work in container (#225) - Fixed imagemounter to decompress layers in JS wrapper (#244)
- Fixed fd error on operations for mapped directories (#242)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 3891200 2024-03-12 04:34 c2w
-rwxr-xr-x root/root 10084352 2024-03-12 04:34 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is a99c35fa0351169259644d5b92729ed99a5df2b6a62b8fad89ddb53c03f2da34
Assets 6
v0.6.2
7e5c875
Compare
Notable Changes
- Fixed error on conversion of images containing non-container manifest (#212)
About the tarball binaries
Extract it to a path like /usr/local/bin/
or ~/bin/
list of files
-rwxr-xr-x root/root 3891200 2024-01-17 02:26 c2w
-rwxr-xr-x root/root 10051584 2024-01-17 02:26 c2w-net
About c2w-net-proxy.wasm
Please refer to the document about networking for container on browser for details and usage.
The sha256sum of SHA256SUMS is a06425886720eb3d80ea0a5b30fa0c77f855e89d7e8a6c90a2443bba6263e4a2