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

ruby.wasm is a collection of WebAssembly ports of the CRuby.

Results 54 ruby.wasm issues
Sort by recently updated
recently updated
newest added

Hey! Sorry for not coming back to #32 yet! I was trying things out and stumbled around a really weird bug that I cannot explain. I extracted the following snippet...

Hello again - I had some success running Ruby code in an online page, as you can see on [://ruby.assembled.app](https://ruby.assembled.app). This is good progress, and I'm now curious if there...

The documentation currently states: "It's recommended building on a builder Docker container, which installs all dependencies and provides environment variables:" However had, I have not used docker so far myself....

does not work, but might be a starting point

Cannot pass block to `JS::Object#new` method. Therefore, to initialize a Promise object by passing a callback function to it, we must use `JS.eval` as follows: ```ruby JS.eval("return new Promise((resolve) =>...

With recent split of the wasm file from the main module and recent module changes where *UMD* is preferred (a pretty defunct module kind on the Web as inherently incompatible...

To fix #342 , specialize `ArrayBuffer#to_s` and return ASCII-8BIT data. Usage: ```ruby require "js" response = JS.global.fetch("

because handles and resources support were already removed in the main branch of wit-bindgen See https://github.com/bytecodealliance/wit-bindgen/pull/346