ruby/ruby.wasm

ruby_wasm fails to install on Rust 1.75

palkan opened this issue · 3 comments

Building native extensions on Rust 1.75.0 fails due to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276033

Downgrading to 1.74.0 helps.

P.S. I think, this issue can be closed right away. Just wanted to warn other ruby.wasm newcomers about this potential problem 🙂.

Thank you for trying this project :)
I think we've fixed the issue by #364, doesn't it work? In that case, which revision of ruby.wasm are you building for?

Here is my environment:

  • ruby_wasm: 2.5.0.pre.1
  • ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin21]

The latest 2.5.0 release contains a fix for this