wasix-libc
winterjs
wasix-libc | winterjs | |
---|---|---|
3 | 3 | |
116 | 3,048 | |
1.7% | 0.6% | |
7.2 | 8.8 | |
20 days ago | 29 days ago | |
C | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wasix-libc
-
The Upper Limits of WebAssembly Performance
But how do you know where to import these functions? Idk bro, I just grepped the wasix-libc till I found something that looked right.
-
Stop Hiding the Sharp Knives: The WebAssembly Linux Interface
Very few things are impossible on tech land.
I'd like to invite you to https://wasmer.sh/, where you'll see bash compiled to Wasm and working fully on the browser, using fork under the hood.
Also, this example might be enlightening: https://github.com/wasix-org/wasix-libc/blob/main/examples/f... (feel free to chime into the examples folder, where you may see other previously-thought-impossible accomplishments, such as longjmp and setjmp working fully on the browser).
winterjs
-
WinterJS vs. Bun: Comparing JavaScript runtimes
Below, we can see Bun’s performance: In this specific example, you can see that Bun performs better than WinterJS on my computer. WinterJS is said to run much better natively than when it runs using Wasmer, so this explains its underperformance in this test. A native result might look something like this instead: The sample result above comes from the WinterJS GitHub and shows how it does better natively with this very simple test.
-
The Upper Limits of WebAssembly Performance
Wasmer.io recently released an article announcing their Winter.js 1.0, however looking at the details of their benchmarks it shows that running Winter.js in wasm results in a 12x slow down in performance compared to native.
-
LLRT: A low-latency JavaScript runtime from AWS
curl https://github.com/wasmerio/winterjs | grep -i license # :-(
What are some alternatives?
wasi-sdk - WASI-enabled WebAssembly C/C++ toolchain
llrt - LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
sokol-tools - Command line tools for use with sokol headers
pljs - PLJS - Javascript Language Plugin for PostreSQL
hermes - A JavaScript engine optimized for running React Native.
winterjs
workerd - The JavaScript / Wasm runtime that powers Cloudflare Workers
spiderfire - JavaScript Runtime built with Mozilla's SpiderMonkey Engine