denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
96.65k stars 5.34k forks source link

Package as a Snap #26460

Closed vanillajonathan closed 5 hours ago

vanillajonathan commented 5 hours ago

Package and publish Deno to the Snap store.

This allows easy installation, update and uninstallation.

https://snapcraft.io/docs/rust-applications https://snapcraft.io/docs/rust-plugin

bartlomieju commented 5 hours ago

This is outside of scope for Deno. deno compile already produces a binary file that is easy for distribution, packaging for Snap would be better served by a community project.