wasmedge-quickjs
rustwasmc
wasmedge-quickjs | rustwasmc | |
---|---|---|
11 | 3 | |
515 | 131 | |
2.1% | - | |
6.0 | 0.0 | |
5 months ago | almost 2 years ago | |
JavaScript | Rust | |
Apache License 2.0 | Apache License 2.0 |
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.
wasmedge-quickjs
-
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
rustwasmc
-
Enjoy the most lightweight AI inference
Finally, since our demo WebAssembly functions are written in Rust, you will also need a Rust compiler and the rustwasmc toolchain.
-
😎 Manage WebAssembly Apps in WasmEdge Using Docker Tools
The sample Wasm application is written in Rust. To make it work, make sure that you have Rust and the rustwasmc toolchains installed.
-
Streaming Image Recognition by WebAssembly and Tensorflow
Install rustwasmc
What are some alternatives?
tencent-scf-wasm-runtime - 基于 WebAssembly 容器镜像的高性能腾讯云函数开发模版。A template project for building high-performance, portable, and safe serverless functions in Tencent Serverless Cloud Functions.
wasm-learning - Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.
aws-lambda-wasm-runtime - A template project for building high-performance, portable, and safe serverless functions in AWS Lambda.
WasmEdge-go - The GO language SDK and API for WasmEdge
stdweb - A standard library for the client-side Web
cri-o - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface