Avatar
norio_nomura 3/10/2025 7:51 AM
-debug-info-format noneは効果がなくて、-Xlinker --strip-allで小さくなった。 debugger@6cf1e6635c61:/usr/local/bin$ ls -la wasmkit-cli -rwxr-xr-x 1 root root 57215536 Mar 10 07:47 wasmkit-cli
7:58 AM
FROM scratchから動くイメージを作れるので、悪くないサイズ感 $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE wasmkit-cli latest 22a4e3506671 11 minutes ago 81.2MB ubuntu noble 72297848456d 6 weeks ago 139MB mikefarah/yq latest 2c100efaca06 8 weeks ago 26.9MB $ docker run -it --rm wasmkit-cli OVERVIEW: WasmKit WebAssembly Runtime USAGE: wasmkit <subcommand> OPTIONS: --version Show the version. -h, --help Show help information. SUBCOMMANDS: run Run a WebAssembly module See 'wasmkit help <subcommand>' for detailed help. (edited)