wasmi VS duckscript

Compare wasmi vs duckscript and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
wasmi duckscript
3 3
1,331 489
3.9% -
9.3 8.4
5 days ago 8 days ago
Rust 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.

wasmi

Posts with mentions or reviews of wasmi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-21.
  • Web assembly book?
    4 projects | /r/ProgrammingLanguages | 21 Apr 2023
  • How feasible is to create a WASM plugin system in Rust?
    8 projects | /r/rust | 25 Feb 2023
    There are lots of solutions to this, I was randomly looking into this yesterday purely out of curiosity and it looks to me like wasmi is the current go-to option.
  • Help with wasmi
    2 projects | /r/rust | 6 Nov 2021
    Hello guys, i was looking for a no std wasm interpreter and i found out about wasmi: https://github.com/paritytech/wasmi/, but when i tried it i get an error module env not found. I suspect that in my program i call an extern function putchar() to be able to print and wasmi doesnt support that, but other interpreters i tried support it, for example wain. Are there any alrernatives, or am i doing sth wrong here. I dont have a deep wasm knowledge, i was just wanted to experiment with wasm in a no std enviroment. Heres my code:

duckscript

Posts with mentions or reviews of duckscript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • RustPython
    14 projects | news.ycombinator.com | 7 Feb 2024
  • New alternative for clap (declarative, basic and simple)
    7 projects | /r/rust | 5 Aug 2022
    Currently i'm using it in cargo-make but will also use it later to parse args for duckscript commands.
  • Are there any embeddable languages in rust?
    6 projects | /r/rust | 22 Oct 2021
    At it's most basic you could make a really simple interpreter by just doing such a thing, and there is essentially already such a simple language like that built for/in rust called Duckscript (rust has a surprisingly large number of little embedded languages), and that would be completely and entirely sufficient for many purposes, though if you want speed then you'll need to JIT or AOT the code, which is why wasm is so handy as you can interpret or JIT (or even AOT it with wasmer) without the much larger overhead of a, for example, javascript or java embedded runtime.

What are some alternatives?

When comparing wasmi and duckscript you can also consider the following projects:

TablaM - The practical relational programing language for data-oriented applications

gluon - A static, type inferred and embeddable language written in Rust.

wasm-on-mcu - Experiment to run a WASM interpreter on a Cortex-M4 target

BulbScript-for-Wiz-Lights - BulbScript is a simple scripting language for controlling Philips Wiz Lightbulbs using the pywizlight library.

wain - WebAssembly implementation from scratch in Safe Rust with zero dependencies

rune - Rune is a programming language developed to test ideas for improving security and efficiency.

extism - The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.

mun - Source code for the Mun language and runtime.

RustPython - A Python Interpreter written in Rust

run_script - Run shell scripts in rust.

csml-engine - CSML is an easy-to-use chatbot programming language and framework.

rune - An embeddable dynamic programming language for Rust.