'Compile and Run C in JavaScript', Promises Bun
The JavaScript runtime Bun is a Node.js/Deno alternative (that's also a bundler/test runner/package manager).
And Bun 1.1.28 now includes experimental support for ">compiling and running native C from JavaScript, according to this report from The New Stack:"From compression to cryptography to networking to the web browser you're reading this on, the world runs on C," wrote Jarred Sumner, creator of Bun. "If it's not written in C, it speaks the C ABI (C++, Rust, Zig, etc.) and is available as
Read more »