tencent-scf-wasm-runtime
基于 WebAssembly 容器镜像的高性能腾讯云函数开发模版。A template project for building high-performance, portable, and safe serverless functions in Tencent Serverless Cloud Functions. (by second-state)
wasmedge-quickjs
A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge. (by second-state)
tencent-scf-wasm-runtime | wasmedge-quickjs | |
---|---|---|
1 | 11 | |
30 | 505 | |
- | 1.0% | |
2.7 | 6.0 | |
over 3 years ago | 4 months ago | |
JavaScript | JavaScript | |
Apache License 2.0 | Apache License 2.0 |
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.
tencent-scf-wasm-runtime
Posts with mentions or reviews of tencent-scf-wasm-runtime.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-23.
-
Running JavaScript in WebAssembly with WasmEdge
A WasmEdge application can be embedded into a C program, a Go program, a Rust program, a JavaScript program, or the operating system’s CLI. The runtime can be managed by Docker tools (eg CRI-O), orchestration tools (eg K8s), serverless platforms (eg Vercel, Netlify, AWS Lambda, Tencent SCF), and data streaming frameworks (eg YoMo and Zenoh).
wasmedge-quickjs
Posts with mentions or reviews of wasmedge-quickjs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-04.
-
Spin 2.0 – open-source tool for building and running WASM apps
I'm impressed you're already leveraging the component model. I thought it wasn't quite ready for primetime yet, but it seems you're proving that wrong... I'll have to dig in more here, as I'm working embedding WebAssembly in a high performance storage engine.
Thanks for the notes! I hear you on QuickJS - I've seen approaches of folks trying to build more node compatibility on top of quickjs (ala https://github.com/second-state/wasmedge-quickjs), but have recently heard about spidermonkey in wasmtime. Do you have intuition for nodejs vs browser in terms of what people want in terms of compatibility?
-
Node on Web. Use Nodejs freely in your browser with Linux infrastructure.
"A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge. Run JavaScript in WebAssembly" wasm-edge-quickjs
-
ChatGPT-powered code review bot to boost your PR merge. Deploy in 5 mins
See potential problems #1 for its proposed changes https://github.com/second-state/wasmedge-quickjs/pull/82#iss...
-
Flows.network: Add eyes, ears, memory& hands to LLMs with serverless functions
https://github.com/second-state/wasmedge-quickjs/pull/82#iss...
Try the bot on a PR you're interested in:
-
How to compile serveTls for import into QuickJS?
I can conceptualize a way to convert JavaScript source code to WASM then convert WASM to C source code. I have considered just using WASM, however, that introduces yet another runtime to manage https://github.com/second-state/wasmedge-quickjs.
-
How to import prompt()?
Technically you can create a C shared object and import that shared object into QuickJS, see https://github.com/rsenn/qjs-modules, also https://github.com/second-state/wasmedge-quickjs.
-
Use SSH in browser
That was achieved with QuickJS here https://bellard.org/jslinux/vm.html?url=alpine-x86.cfg, and here https://github.com/second-state/wasmedge-quickjs.
-
Easier examples for the WasmEdge Rust SDK to get started with this Wasm runtime quickly.
WasmEdge provides excellent support for JavaScript, including ES6 and NPM modules, async networking, the fetch API, React SSR, and even mixing Rust code with JS code. https://github.com/second-state/wasmedge-quickjs
- GitHub - second-state/wasmedge-quickjs: A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.
- High-performance secure extensible OCI-complaint JavaScript runtime for WasmEdge
What are some alternatives?
When comparing tencent-scf-wasm-runtime and wasmedge-quickjs you can also consider the following projects:
wasmedge_wasi_socket - A Rust lib for socket on WasmEdge.
rustwasmc - Tool for building Rust functions for Node.js. Combine the performance of Rust, safety and portability of WebAssembly, and ease of use of JavaScript.