https://github.com/udzura/mrubyedge
Ruby on (Wasm)Edge - Zen and the Art of mruby for WASM
https://github.com/udzura/mrubyedge
mruby wasm webassembly
Last synced: 11 months ago
JSON representation
Ruby on (Wasm)Edge - Zen and the Art of mruby for WASM
- Host: GitHub
- URL: https://github.com/udzura/mrubyedge
- Owner: udzura
- License: bsd-3-clause
- Created: 2023-12-06T13:04:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T13:45:09.000Z (about 1 year ago)
- Last Synced: 2025-04-12T23:12:03.880Z (11 months ago)
- Topics: mruby, wasm, webassembly
- Language: Rust
- Homepage:
- Size: 403 KB
- Stars: 31
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby/edge
mruby/edge is yet another mruby-compatible VM implementation, specialized for WebAssembly.
## crates
### mrubyedge
* mruby/edge core VM implementation
### mec
* a command line client to operate mruby/edge stuffs (e.g. compilation into .wasm file)
* Mruby Edge Compiler