c-cpp-to-javascript
Based on EMSDK Emscripten project. (by zlatnaspirala)
quickjs
Public repository of the QuickJS Javascript Engine. (by bellard)
c-cpp-to-javascript | quickjs | |
---|---|---|
3 | 75 | |
7 | 9,090 | |
- | 2.9% | |
10.0 | 9.1 | |
over 4 years ago | 8 days ago | |
JavaScript | C | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
c-cpp-to-javascript
Posts with mentions or reviews of c-cpp-to-javascript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-10.
-
Can you make your own JavaScript by implementing ECMAScript standard?
Yes you can find CEF project and edit .... ;) Don't forget licence stuff. Here is description project: https://github.com/zlatnaspirala/web-to-native Maybe better try first : https://github.com/zlatnaspirala/c-cpp-to-javascript This is the most powerfull level of coding in aspect of web apps...
- [askJS] GitHub - zlatnaspirala/c-cpp-to-javascript: Based on EMSDK Emscripten project.
- C CPP to JS
quickjs
Posts with mentions or reviews of quickjs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-14.
-
JSLinux
Considering the extremes of prolific developers gives interesting contrast to dogmas such as "functions/files should never be above x lines", where `quickjs.c` is 50k lines and has functions that are hundreds of lines long:
https://github.com/bellard/quickjs/blob/master/quickjs.c
(Obviously different approaches suites different circumstances.)
- QuickJS JavaScript Engine
-
Servo in 2024: stats, features and donations
And some lightweight alternatives like Bellard's QuickJS (https://bellard.org/quickjs/) in C and Kiesel (https://kiesel.dev/) in Zig.
-
Building Static HTML Pages with JSX Server-Side Rendering
Built on a highly optimized JavaScript runtime powered by QuickJS, Query offers fast startup times and efficient execution. Its built-in caching mechanism further enhances performance by storing function responses, reducing database load and latency. This focus on speed makes Query a standout choice for server-side rendering, especially in applications with many components.
- Lua Is So Underrated
-
Introducing our Next-Generation JavaScript SDK
Where the previous SDK was built on top of the QuickJS JavaScript engine and the Javy runtime, the new SDK is built on top of the Firefox browser’s SpiderMonkey engine, and the Bytecode Alliance’s StarlingMonkey runtime and ComponentizeJS WIT bindings generator.
-
QuickJS: Handle Typescript Sourcemap
I'm currently using Bellard's QuickJS engine on a new TypeScript project.
- [Lab] AWS Lambda LLRT vs Node.js
-
What Is in a Rust Allocator?
You may be familiar, but I just wanted to show how it is available in many C implementations and is used, for example, in QuickJS: https://github.com/bellard/quickjs/blob/0c8fecab2392387d76a4...
What are some alternatives?
When comparing c-cpp-to-javascript and quickjs you can also consider the following projects:
now - Node on Web
Duktape - Duktape - embeddable Javascript engine with a focus on portability and compact footprint
dom-examples - Code examples that accompany various MDN DOM and Web API documentation pages
jerryscript - Ultra-lightweight JavaScript engine for the Internet of Things.
proposal-minimum-common-api
LuaJIT - Mirror of the LuaJIT git repository