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
Consider converting this project to something like AssemblyScript. Would probably be much more performant.
Would probably have to first switch away from the current async/await to a simple state machine: #21
Afterwards, the user input concerns could also be totally removed from the library. Ideally any DOM interactions are removed from the library to make converting to wasm simpler.
The text was updated successfully, but these errors were encountered:
Consider converting this project to something like AssemblyScript. Would probably be much more performant.
Would probably have to first switch away from the current async/await to a simple state machine: #21
Afterwards, the user input concerns could also be totally removed from the library. Ideally any DOM interactions are removed from the library to make converting to wasm simpler.
The text was updated successfully, but these errors were encountered: