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

https://github.com/suruseas/docs-ruby-lang-support/issues/2#issuecomment-1646762906

## What happened. I installed Node.js 20.8.0 and ran `rake npm:ruby-head-wasm-wasi:check` and got the following error: ``` ►rake npm:ruby-head-wasm-wasi:check npm test > [email protected] test > RUBY_NPM_PACKAGE_ROOT=../ruby-head-wasm-wasi npm -C ../ruby-wasm-wasi run...

```ruby require "js" response = JS.global.fetch("

I would like to suggest adding `to_b` and `to_h` to `JS::Object`, to convert into a ruby boolean respective hash. to_b → boolean Converts `self` to `true` or `false`: ```rb JS.eval("return...

Currently, we use [`JsValueTransport`](https://github.com/ruby/ruby.wasm/blob/d0e144577f4a947638e9a0d354e12716f10c24a0/packages/npm-packages/ruby-wasm-wasi/src/index.ts#L418) to facilitate moving values between the rb-abi-host and rb-abi-guest. Since the introduction of this workaround in #18 (May 2022), the WIT format implemented features such as...

See https://github.com/WebAssembly/component-model for more details about Component Model

Asyncify pass is super slow against CRuby. Let's optimize the Asyncify pass implementation in Binaryen

Currently, it just says `RuntimeError: unreachable` but it doesn't say it's caused by Asyncify at all. We can determine the RuntimeError is caused by Asyncify or not by checking the...

In a current project, we have a situation where we want to centralize where some calculations are being done, so everything is being calculated on the backend. The tradeoff is...

I'd like to be able to use Ruby as an embedded language, but I don't understand what all of the exports do. I'm assuming that `init` starts the interpreter, and...

documentation