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

๐Ÿ’Ž๐Ÿ•ธ WebAssembly runtime for Ruby

Results 19 wasmer-ruby issues
Sort by recently updated
recently updated
newest added

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...

dependencies
rust

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.8.0 to 0.8.1. Release notes Sourced from crossbeam-deque's releases. crossbeam-deque 0.8.1 Fix deque steal race condition. (https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-pqqp-xmhj-wgcw) Add Stealer::len method. (#708) Changelog Sourced from crossbeam-deque's changelog. Version...

dependencies
rust

When trying to call an exported WASM function from Ruby with a negative integer parameter an exception is raised. The function call is: @exports.i32_to_s.call(-1) the parameter signature of the WASM...

โ“ question

Could more examples be added? Ideally something like a slow build-up step that showcases what can be done with it. I'd also love some example where we could add functionality...

See https://github.com/danielpclark/rutie/issues/145 for the context. The idea is to migrate `rutie-derive` and `rutie-derive-macros` inside `rutie` itself. The crates must be polished first I reckon. The question is: Where do we...

๐ŸŽ‰ enhancement

I believe https://github.com/wasmerio/wasmer-ruby/pull/58 fixes an issue for https://github.com/brave-intl/wasm-thumbnail , as it seems like the Rakefile line 12 in v1.0.0 seems to be causing issues as seen below: ``` #18 324.8...

๐ŸŽ‰ enhancement

### Describe the bug I'm using a statically linked version of Ruby 2.7.2 on macOS. I can build the gem (it links against `libruby.2.7-static.a`) but when I require the gem,...

๐Ÿž bug

This PR adds Windows as a testing platform in the CI.

๐ŸŽ‰ enhancement
๐Ÿค– bot
๐Ÿงช tests

Hello maintainers! I am very interested in trying out this gem for some projects. One major obstacle to this is that installing the gem currently requires a working installation of...

๐ŸŽ‰ enhancement

### Describe the bug We had some team members report issues when installing wasmer on MacOS with rustc 1.75.0 and Ruby 3.2.2. I was able to reproduce when I upgraded...

๐Ÿž bug