wasmtime_serde VS extism

Compare wasmtime_serde vs extism and see what are their differences.

wasmtime_serde

Simple library for serializing complex types to the wasmtime runtime using serde (by Heraclito-Q-Saldanha)

extism

The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps. (by extism)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wasmtime_serde extism
2 47
9 3,783
- 4.3%
3.4 9.1
about 1 month ago 7 days ago
Rust Rust
The Unlicense BSD 3-clause "New" or "Revised" License
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.

wasmtime_serde

Posts with mentions or reviews of wasmtime_serde. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • How feasible is to create a WASM plugin system in Rust?
    8 projects | /r/rust | 25 Feb 2023
    yes, it's perfectly possible, the biggest hurdle to this is that you need some way to map the data into and out of wasm memory, you can do this manually or use one of the crates that currently solve this problem (I'm author of a github)
  • wasm plugins
    1 project | /r/rust | 16 Jan 2023
    (english is not my native language)I have a voxelgame project, and for this project I would really like to have wasm plugins to expand the game, the problem is that wasm only supports 32 and 64 bit integers and floats, and that is not enough for me to make an api for plugins, to to solve this problem you have the wit-bindgen project, and without a doubt it's an amazing project with very smart people behind it, the problem is that I couldn't get it to work right, it's a huge project divided into several crates in several repositories, and all no documentation, and I just wanted to pass complex structures through wasm as stupidly and simply as possible, so last week I made this stupid tiny crate to solve my problem, but I think it might be useful for other people github

extism

Posts with mentions or reviews of extism. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-06.

What are some alternatives?

When comparing wasmtime_serde and extism you can also consider the following projects:

trinity - Matrix bots in Rust and WebAssembly

wit-bindgen - A language binding generator for WebAssembly interface types

wasmi - WebAssembly (Wasm) interpreter.

WASI - WebAssembly System Interface

wasmloading

wasmtime - A fast and secure runtime for WebAssembly

wasmer - 🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

jssc - Java library for talking to serial ports (with added build support for maven, cmake, MSVC)

nodejs-snowflake - Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)

rusty-hermit - Hermit for Rust. [Moved to: https://github.com/hermit-os/hermit-rs]

mun - Source code for the Mun language and runtime.