Clarify that Artichoke doesn't support WASM as a build target yet

Vectornaut 2024-07-23 21:35:37 +00:00
parent 82359022d1
commit 16339120bc

@ -73,8 +73,10 @@ The gist of the most significant argument for the upper version is that one read
### Ruby
- Well-established, with a large user community.
- Can transpile to JavaScript using [Opal](https://github.com/opal/opal#readme).
- Can compile to WebAssembly using [Artichoke](https://www.artichokeruby.org/).
- ⇓ WASM support is unstable. For example, Artichoke is pre-release.
- May someday support WebAssembly as a build target using [Artichoke](https://www.artichokeruby.org/).
- ⇓ However, Artichoke is pre-release...
- ⇓ ... and it doesn't support WASM builds yet.
- ⇓ There may be other ways to compile Ruby to WASM, but I get the impression that they wouldn't be any more stable.
- Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/).
### Ada