tencent-scf-wasm-runtime VS wasmedge_wasi_socket

Compare tencent-scf-wasm-runtime vs wasmedge_wasi_socket and see what are their differences.

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)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
tencent-scf-wasm-runtime wasmedge_wasi_socket
1 3
28 70
- -
2.7 5.5
over 2 years ago 2 months ago
JavaScript Rust
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.

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
    6 projects | dev.to | 23 Sep 2021
    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_wasi_socket

Posts with mentions or reviews of wasmedge_wasi_socket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • Release: WasmEdge 0.12 and 0.12.1
    10 projects | news.ycombinator.com | 28 May 2023
    https://github.com/WasmEdge/WasmEdge/tree/master/plugins/was...

    A good example of WasmEdge 0.12.1 WASI enhancement is the ability to limit the Wasm app to read-only access to files and folders.

    WasmEdge sockets API is refactored in 0.12.1 to be compatible with the much more limited WASI socket proposal. WasmEdge sockets have become a super set of WASI sockets.

    The WasmEdge networking sockets got new features in version 0.12.1, such as DNS, network device binding and TLS. You will be able to create sophisticated microservices that require highly-efficient non-blocking network sockets. https://github.com/second-state/wasmedge_wasi_socket

    Here are several complex networking applications possible with WasmEdge sockets.

  • Using wasm as a scripting language, is it possible to allow normal, unsandboxed, OS functions?
    2 projects | /r/rust | 9 Feb 2023
    I tested some simple things with wasmer, and it looks pretty good, the problem is that plugins are completly isolated from the world. This might be exactly what other people are searching, but i want the plugins to be able to open a TcpSocket, read a file, or whatever. I'm aware that i could write my own API for that, like this one.
  • Running JavaScript in WebAssembly with WasmEdge
    6 projects | dev.to | 23 Sep 2021
    First, let’s build a WebAssmbly-based JavaScript interpreter program for WasmEdge. It is based on QuickJS with WasmEdge extensions, such as network sockets and Tensorflow inference, incorporated into the interpreter as JavaScript APIs. You will need to install Rust to build the interpreter.

What are some alternatives?

When comparing tencent-scf-wasm-runtime and wasmedge_wasi_socket you can also consider the following projects:

dapr-wasm - A template project to demonstrate how to run WebAssembly functions as sidecar microservices in dapr

aws-lambda-wasm-runtime - A template project for building high-performance, portable, and safe serverless functions in AWS Lambda.

wasmedge-quickjs - A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.

SSVM - WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

getting-started-with-rust - Getting Started with Rust is a free, online, open-source book where you learn Rust by building a zero-dependency Markdown compiler.

wasmedge_hyper_demo - Lightweight HTTP servers based on hyper / warp frameworks in the WasmEdge Runtime.