Andrew Kelley:
Next, this branch introduces TLS 1.3 support to the Zig standard library. So far, this implementation does not heap allocate under any conditions and it is my goal to keep it that way.
Nice!
Andrew Kelley:
Next, this branch introduces TLS 1.3 support to the Zig standard library. So far, this implementation does not heap allocate under any conditions and it is my goal to keep it that way.
Nice!
Today, Bun has two main priorities: stability and compatibility with Node.js and Web APIs. In v0.3.0, we’ve made significant progress toward both of these goals.
Bun is an interesting new Node.js alternative based on JavaScriptCore, with additional features, such as bundling, transpiling, and managing packages. It is written in Zig, gluing a lot of of third-party C and C++ code.