rust-plugin-system
extism
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
rust-plugin-system | extism | |
---|---|---|
2 | 34 | |
0 | 2,814 | |
- | 7.5% | |
10.0 | 8.6 | |
6 months ago | 6 days ago | |
Rust | Rust | |
- | BSD 3-clause "New" or "Revised" License |
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.
rust-plugin-system
-
rust-plugin-system VS plugin-system - a user suggested alternative
2 projects | 26 Aug 2023
-
What in Rust is equivalent to C++ DLLs (shared libraries), or what do I need to do to support extensions in my app?
There's the abi_stable crate, which provides safe ffi between shared libraries and applications, I also made a simple example (only using the libloading crate), it's as fast as it can be, since there's no extra overhead, but it's not ffi safe and a small change in any of the vtables (traits) can cause segfaults (you can add a version check though)
extism
-
WASM by Example
Extism handles this really well across 16 or so different languages - and you don’t need to write a whole IDL / schema.
https://github.com/extism/extism
It’s a general purpose framework for building with WebAssembly and sharing code across languages is a great way to put it to work.
-
Lapce Editor v0.3 Released
Perhaps using WASM via something like https://extism.org/. That would also open it up to building plugins in multiple languages.
Tangential to this I've wondered if it's possible or advisable to have a utility to port VS Code plugins to a plugin that's compatible with the JetBrains IDEs.
-
Spin 2.0 – open-source tool for building and running WASM apps
you may want to take a look at https://github.com/extism/extism
-
plugin system for a flutter app
Use some sort of executable file, like webassembly. I've seen extism which is really cool. Though theres no dart port for it or a dart package, i think something could be done via flutter_rust_brige. This will allow people to use the languages supported via extism (js, go, rust, zig, cpp etc) to their full potential and have the language's ecosystem available and they can just compile the plugin to a wasm file and use it in the app. Downsides would be ig using that rust package in dart since flutter_rust_bridge does have some amount of complexity. And that for example, two plugins both written in say for example js, depend on some sort of http package, and both plugins load the same package twice in their respective wasm files. ig plugin files would be more larger in the end.
- FLaNK Stack Weekly 09 Oct 2023
-
Val, a high-level systems programming language
No longer does Wasm/WASI need JS host! There are many spec-compliant runtimes built for environments from tiny embedded systems up to beefy arm/x86 racks:
- https://github.com/bytecodealliance/wasm-micro-runtime
- https://github.com/bytecodealliance/wasmtime
- https://github.com/wasmerio/wasmer
- https://github.com/tetratelabs/wazero
- https://github.com/extism/extism (disclaimer, my company's project - makes wasm easily embeddable into 16+ programming languages!)
- Wazero: Zero dependency WebAssembly runtime written in Go
-
Zellij New WASM Plugin System
Very cool! As a wasm fan, I'm excited to see this and really appreciate the detailed write-up. As a maintainer of Extism[0] (a wasm plugin system framework) I'm curious if our project came up in your research for this, and if so, what is missing or kept you from considering it as a solution?
-
What in Rust is equivalent to C++ DLLs (shared libraries), or what do I need to do to support extensions in my app?
Extism - Universal Plugin System w/ WASM
-
FaaS in Go with WASM, WASI and Rust
We’re trying to get close to this, via our Universal Plugin System, Extism: https://github.com/extism/extism
Call common wasm code across 16 different programming languages using our SDKs.
What are some alternatives?
WASI - WebAssembly System Interface
wit-bindgen - A language binding generator for WebAssembly interface types
nodejs-snowflake - Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)
reference-types - Proposal for adding basic reference types (anyref)
wasmer - 🚀 The leading WebAssembly Runtime supporting WASIX, WASI and Emscripten
wasmtime - A fast and secure runtime for WebAssembly
rusty-hermit - Hermit for Rust. [Moved to: https://github.com/hermit-os/hermit-rs]
mun - Source code for the Mun language and runtime.
gc - Branch of the spec repo scoped to discussion of GC integration in WebAssembly
lucet - Lucet, the Sandboxing WebAssembly Compiler.
wasmi - WebAssembly (Wasm) interpreter.
postgrest - REST API for any Postgres database