Clarify that Artichoke doesn't support WASM as a build target yet
parent
82359022d1
commit
16339120bc
@ -73,8 +73,10 @@ The gist of the most significant argument for the upper version is that one read
|
|||||||
### Ruby
|
### Ruby
|
||||||
- Well-established, with a large user community.
|
- Well-established, with a large user community.
|
||||||
- Can transpile to JavaScript using [Opal](https://github.com/opal/opal#readme).
|
- Can transpile to JavaScript using [Opal](https://github.com/opal/opal#readme).
|
||||||
- Can compile to WebAssembly using [Artichoke](https://www.artichokeruby.org/).
|
- May someday support WebAssembly as a build target using [Artichoke](https://www.artichokeruby.org/).
|
||||||
- ⇓ WASM support is unstable. For example, Artichoke is pre-release.
|
- ⇓ 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/).
|
- Has a linear algebra library written in C/C++: [NMatrix](http://sciruby.com/nmatrix/).
|
||||||
|
|
||||||
### Ada
|
### Ada
|
||||||
|
Loading…
Reference in New Issue
Block a user