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/ruby/io-console/pull/71

Right now we have this: Quick Example: Ruby on Web browser Create and save index.html page with the following contents: And this works, I tested it. Could a second example...

## Reproducer ```html require "js" JS.global.setTimeout(-> { JS.global[:Promise].resolve.await }, 0) ``` ``` browser.script.iife.js:2731 Uncaught Error: /bundle/gems/js-2.6.0/lib/js.rb:86:in `await': JS::Object#await can be called only from RubyVM#evalAsync or RbValue#callAsync JS API If you...

## Background The following ruby.wasm code will cause an error. ```ruby ws = JS.global[:WebSocket].new("ws://localhost:9292") ws[:onopen] = -> (event) { ws.send("Hello") } ``` ``` Error: /bundle/gems/js-2.6.2/lib/js.rb:184:in `method_missing': undefined method `Hello' for...

Bumps [vendor/jco](https://github.com/bytecodealliance/jco) from `dc3cf8d` to `9ae2fef`. Commits 9ae2fef try adding write permission 5573c1c 1.5.0 91cbc82 deps: update to latest ComponentizeJS with http by default (#494) 7614126 deps: update to latest...

dependencies
submodules

The [docker/build-push-action step](https://github.com/ruby/ruby.wasm/actions/runs/10484098839/workflow#L63) intermittently fails during the [build-builder-image job](https://github.com/ruby/ruby.wasm/actions/runs/10484098839/workflow#L43). I had the same problem recently and would like to offer a PR with the updates that worked for us. ##...

The original motivation was to make it easier to call the JavaScript WebSocket#send method. To achieve this, the following three methods were considered. 1. Undefine the Object#send method 2. Override...

Bumps [wizer](https://github.com/bytecodealliance/wizer) from 6.0.0 to 7.0.0. Commits efb7fca Bump to version 7.0.0 (#110) 0be682d Update Wasmtime and the WASI implementation to v23 (#109) b7315f9 Use almalinux:8 instead of centos:7 docker...

dependencies
rust

Bumps [wasm-compose](https://github.com/bytecodealliance/wasm-tools) from 0.216.0 to 0.218.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-compose&package-manager=cargo&previous-version=0.216.0&new-version=0.218.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust