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.