You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is the difference for my workers. Its kind of interesting to see all the size differences for different things.
tinygo is about half the size. Anything over the 3MB limit I have to split into 2, but I dont have a strategy for how to do that yet. DO you know if we can use Streams like SSE or other between these workers ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
here is the difference for my workers. Its kind of interesting to see all the size differences for different things.
tinygo is about half the size. Anything over the 3MB limit I have to split into 2, but I dont have a strategy for how to do that yet. DO you know if we can use Streams like SSE or other between these workers ?
├── [ 122] base_bin_boot_darwin.sh
├── [ 76] base_bin_boot_linux.sh
├── [ 92] base_bin_boot_windows.sh
├── [ 308] base_bin_list.meta
├── [ 41] base_bin_version.meta
├── [3.8M] rio_reck_d_bin_darwin_amd64
├── [3.7M] rio_reck_d_bin_darwin_arm64
├── [4.4M] rio_reck_d_bin_js_wasmgo
├── [2.2M] rio_reck_d_bin_js_wasmtiny
├── [3.8M] rio_reck_d_bin_linux_amd64
├── [3.7M] rio_reck_d_bin_linux_arm64
├── [4.3M] rio_reck_d_bin_wasip1_wasmgo
├── [2.4M] rio_reck_d_bin_wasip1_wasmtiny
├── [3.9M] rio_reck_d_bin_windows_amd64.exe
├── [3.7M] rio_reck_d_bin_windows_arm64.exe
├── [2.7M] rio_reck_info_bin_darwin_amd64
├── [2.7M] rio_reck_info_bin_darwin_arm64
├── [3.1M] rio_reck_info_bin_js_wasmgo
├── [939K] rio_reck_info_bin_js_wasmtiny
├── [2.5M] rio_reck_info_bin_linux_amd64
├── [2.5M] rio_reck_info_bin_linux_arm64
├── [3.0M] rio_reck_info_bin_wasip1_wasmgo
├── [1.1M] rio_reck_info_bin_wasip1_wasmtiny
├── [2.6M] rio_reck_info_bin_windows_amd64.exe
├── [2.5M] rio_reck_info_bin_windows_arm64.exe
├── [5.6M] rio_reck_pdf_bin_darwin_amd64
├── [5.4M] rio_reck_pdf_bin_darwin_arm64
├── [6.9M] rio_reck_pdf_bin_js_wasmgo
├── [4.5M] rio_reck_pdf_bin_js_wasmtiny
├── [5.6M] rio_reck_pdf_bin_linux_amd64
├── [5.4M] rio_reck_pdf_bin_linux_arm64
├── [6.8M] rio_reck_pdf_bin_wasip1_wasmgo
├── [4.6M] rio_reck_pdf_bin_wasip1_wasmtiny
├── [5.7M] rio_reck_pdf_bin_windows_amd64.exe
├── [5.5M] rio_reck_pdf_bin_windows_arm64.exe
├── [3.1M] rio_reck_svg_bin_darwin_amd64
├── [3.0M] rio_reck_svg_bin_darwin_arm64
├── [3.6M] rio_reck_svg_bin_js_wasmgo
├── [1.5M] rio_reck_svg_bin_js_wasmtiny
├── [3.1M] rio_reck_svg_bin_linux_amd64
├── [3.1M] rio_reck_svg_bin_linux_arm64
├── [3.5M] rio_reck_svg_bin_wasip1_wasmgo
├── [1.6M] rio_reck_svg_bin_wasip1_wasmtiny
├── [3.2M] rio_reck_svg_bin_windows_amd64.exe
├── [3.1M] rio_reck_svg_bin_windows_arm64.exe
├── [7.3M] rio_reck_web_bin_darwin_amd64
├── [7.0M] rio_reck_web_bin_darwin_arm64
├── [8.7M] rio_reck_web_bin_js_wasmgo
├── [1.9M] rio_reck_web_bin_js_wasmtiny
├── [7.3M] rio_reck_web_bin_linux_amd64
├── [7.1M] rio_reck_web_bin_linux_arm64
├── [8.7M] rio_reck_web_bin_wasip1_wasmgo
├── [2.0M] rio_reck_web_bin_wasip1_wasmtiny
├── [7.4M] rio_reck_web_bin_windows_amd64.exe
├── [6.9M] rio_reck_web_bin_windows_arm64.exe
└── [ 16K] wasm_exec.js
Beta Was this translation helpful? Give feedback.
All reactions