An open API service indexing awesome lists of open source software.

https://github.com/mrubyedge/mrubyedge

A Wasm-focused mruby VM implementation, built upon pure Rust
https://github.com/mrubyedge/mrubyedge

mruby rust wasm webassembly

Last synced: 3 days ago
JSON representation

A Wasm-focused mruby VM implementation, built upon pure Rust

Awesome Lists containing this project

README

          

# mruby/edge

mruby/edge is yet another mruby-compatible VM implementation, specialized for WebAssembly.

You can try what features mruby/edge have implemented in [Playground](https://mrubyedge.github.io/playground/).

## badges

- ![crates.io](https://img.shields.io/crates/v/mrubyedge.svg) ![crates.io](https://img.shields.io/crates/v/mrubyedge-cli.svg)
- ![docs.rs](https://docs.rs/mrubyedge/badge.svg) ![docs.rs](https://docs.rs/mrubyedge-cli/badge.svg)

## crates

### [mrubyedge](./mrubyedge) [![crates.io](https://img.shields.io/crates/v/mrubyedge.svg)](https://crates.io/crates/mrubyedge) [![docs.rs](https://docs.rs/mrubyedge/badge.svg)](https://docs.rs/mrubyedge)

* mruby/edge core VM implementation

### [mrubyedge-cli](./mrubyedge-cli) [![crates.io](https://img.shields.io/crates/v/mrubyedge-cli.svg)](https://crates.io/crates/mrubyedge-cli) [![docs.rs](https://docs.rs/mrubyedge-cli/badge.svg)](https://docs.rs/mrubyedge-cli)
* CLI endpoint for mruby/edge - run, compile to wasm, etc.

### [mruby-serde-json](./mruby-serde-json) [![crates.io](https://img.shields.io/crates/v/mruby-serde-json.svg)](https://crates.io/crates/mruby-serde-json) [![docs.rs](https://docs.rs/mruby-serde-json/badge.svg)](https://docs.rs/mruby-serde-json)
* JSON serialization/deserialization for mruby/edge using serde_json

### mec [deprecated]

* Old versions of compiler