(no title)
kirushik | 3 years ago
It still has limitations (the biggest one is the requirement for the os&architecture to match between the builder and the deployment target) — but the result is a standalone binary which not only embeds the VM and preloads the app's bytecode, but even "trims" the stdlib to only ship the required functions.
kitplummer|3 years ago
I wonder where WASM/container enters the discussion.
bongobingo1|3 years ago
https://dockyard.com/blog/2022/09/01/dockyard-r-d-firefly-op...
Containers are already solved, its trivial to build and boot a mix release - but whether that's appropriate for a CLI tool depends on the complexity of the tool I guess, but not too far from flatpaks etc no?
throwawaymaths|3 years ago