Project

wasm_drb

0.0
The project is in a healthy, maintained state
A dRuby implementation for ruby.wasm.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.7
~> 2.7
 Project Readme

wasm_drb

A implementation of dRuby for ruby.wasm. It communicate with websocket as dRuby protocol.

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add wasm_drb

Use wasm_drb with ruby.wasm and JS gem together.

bundle add ruby_wasm js

Usage

See examples and drb documentation.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/youchan/wasm_drb.

License

The gem is available as open source under the terms of the MIT License.