[#108552] [Ruby master Bug#18782] Race conditions in autoload when loading the same feature with multiple threads. — "ioquatix (Samuel Williams)" <noreply@...>
Issue #18782 has been reported by ioquatix (Samuel Williams).
11 messages
2022/05/14
[ruby-core:108657] [Ruby master Misc#18761] provide an example wasm project
From:
"rkh (Konstantin Haase)" <noreply@...>
Date:
2022-05-23 11:01:37 UTC
List:
ruby-core #108657
Issue #18761 has been updated by rkh (Konstantin Haase). grosser (Michael Grosser) wrote: > Neither the release notes nor the wasm/README.md include any runnable examples. > Please provide a docker image that can be used to generate a wasm binary (even if it's just "hello world"), > to show how this is supposed to work. I assume the final release will have an official .wasm file that ships with it. Note that the current approach isn't to compile Ruby scripts to wasm, but to compile CRuby itself to wasm and use WASI or a custom interface to run Ruby code (ie, the Ruby code is sent as source code to the wasm binary). You can find pre-compiled wasm files on GitHub: https://github.com/ruby/ruby.wasm/releases ---------------------------------------- Misc #18761: provide an example wasm project https://bugs.ruby-lang.org/issues/18761#change-97700 * Author: grosser (Michael Grosser) * Status: Open * Priority: Normal * Assignee: katei (Yuta Saito) ---------------------------------------- Neither the release notes nor the wasm/README.md include any runnable examples. Please provide a docker image that can be used to generate a wasm binary (even if it's just "hello world"), to show how this is supposed to work. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>