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
One of the goals we had for CO2.js, and one of the reasons we invested a bunch of time in making it work as a hybrid library was to support a wide number of runtimes.
We currently support the nodejs runtime, and most modern browsers, but there are other runtimes that use javascript too.
Bun should be compatible, and is an growing alternative to nodejs, that has a few nice features, like being fast to start, and having built in sqlite support
Deno, Elsa are both both runtime for server-side javascript, and can create self-contained compiled binaries that remove the need to have a javascript runtime installed at all.
One of the goals we had for CO2.js, and one of the reasons we invested a bunch of time in making it work as a hybrid library was to support a wide number of runtimes.
We currently support the nodejs runtime, and most modern browsers, but there are other runtimes that use javascript too.
Some examples below:
The text was updated successfully, but these errors were encountered: