-
scale
A framework for building high-performance plugin systems into any application, powered by WebAssembly.
We currently support Go and Rust, but TypeScript is coming soon and support for a handful of other languages is already in the works. If you’re interested in giving Scale a spin, start with the docs and the Github! You can also check out the article we wrote about it.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
frpc-go
fRPC-go is a lightweight, fast, and secure RPC framework implemented for Go that uses Frisbee under the hood
We're currently working on a couple of different projects, but everything we've launched so far (fRPC and Scale) is FOSS.
-
extism
The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.
Also I discovered https://github.com/extism/extism recently but I don’t quite understand how their API works.
-
Our example is Rust regex vs Go regex: using Rust regex inside of a Scale Function significantly outperformed using Go's regex natively. If you're interested, you can check out the benchmarks we wrote here.