ruby-wasm icon indicating copy to clipboard operation
ruby-wasm copied to clipboard

A Ruby gem to quickly get started with WebAssembly

Results 6 ruby-wasm issues
Sort by recently updated
recently updated
newest added

Hey there, First off, thanks for your work on this, it's a pretty exciting idea to be able to use MRuby in browsers. I did have a few issues getting...

I have been trying to get around to getting started with WASM but keep balking at learning Rust (I will have to get over this sometime . .) - anyway,...

Hello. When I tried to build hello.rb I caught follow error: ``` Compiling hello.rb...warning: unexpected argument type i32 at index 1 in call to 'lseek', should be i64 warning: unexpected...

I just tried this out and am fairly impressed! Just wondering, is it possible yet to interact with the DOM from my ruby script?

Tried building a ruby script and got the following error: ``` ruby-wasm build /Users/nburns/notion/app/models/date_generator/schedule_date_generator.rb /usr/local/lib/ruby/gems/2.3.0/gems/wasm-0.0.2/bin/ruby-wasm:40:in ``': No such file or directory - mrbc (Errno::ENOENT) from /usr/local/lib/ruby/gems/2.3.0/gems/wasm-0.0.2/bin/ruby-wasm:40:in `build' from /usr/local/lib/ruby/gems/2.3.0/gems/wasm-0.0.2/bin/ruby-wasm:136:in `'...

This is listed as a missing feature in the documentation. Am opening an issue to track it. I would love to work on this.