Show HN: Wasmrun – A WASM runtime with plugin support (formerly Chakra)

3 anistark 0 6/30/2025, 10:18:17 AM
We’ve recently renamed our WebAssembly runtime project from Chakra to wasmrun to avoid naming confusion and to better align with our goals of modularity and extensibility.

We just shipped version v0.10.2 which introduces a plugin architecture

The first plugin is wasmgo – a simple TinyGo-based Wasm compiler plugin. You can install it with:

``` wasmrun plugin install wasmgo ```

Main crate: https://crates.io/crates/wasmrun GitHub repo: https://github.com/anistark/wasmrun

It’s still early days, and we’re actively building. Would love your feedback, thoughts, and contributions. Right now, all discussions are happening on GitHub.

Happy to answer questions here too!

Comments (0)

No comments yet