oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.84k stars 2.56k forks source link

OpenBSD support #4678

Open nbonfils opened 10 months ago

nbonfils commented 10 months ago

What is the problem this feature would solve?

Being able to run bun on OpenBSD, a system that emphasize portability, standardization, correctness, proactive security and integrated cryptography. (per openbsd.org website) In addition to that, running things on OpenBSD can also sometimes prove to be a good litmus test for better-made and more secure code, as the mitigations will crash your program if it tries to do something that could be considered sneaky.

What is the feature you are proposing to solve the problem?

Support for the OpenBSD operating system.

What alternatives have you considered?

Running node or deno.. :cry:

basicfeatures commented 2 weeks ago

Any news you guys?