You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An outdated wasm prototype codebase currently exists in this repository.
It is used in the playground on the website (https://type-ruby.github.io), but has been broken for a long time.
Meanwhile, t-ruby's syntax and implementation have evolved significantly.
The wasm implementation will inevitably need to be separated at some point.
We've decided to separate the wasm implementation now before it's too late.
Goals
The primary goal of the wasm implementation is to maintain stable performance for previewing the latest version of t-ruby syntax.
However, we need to carefully consider how the wasm implementation can closely track and respond to frequent spec changes and version releases of t-ruby.
Background
Goals