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
It is currently TypeScript that compiles to plain JS (thanks to @IjzerenHein), and I am planning on making it compatible with AssemblyScript (TypeScript to Wasm compiler) for use in Wasm apps.
The text was updated successfully, but these errors were encountered:
Also worth mentioning, the Kiwi implementation also works in WebAssembly applications (I've gotten it to compile fine). But would love to see an AS version as well!
At one point I started a rust implementation of kiwi if I ever finish I will try to compile to wasm. It would be fun to benchmarks the different options.
Hello! I've continued work on Kiwi here: https://github.com/lume/kiwi
It is currently TypeScript that compiles to plain JS (thanks to @IjzerenHein), and I am planning on making it compatible with AssemblyScript (TypeScript to Wasm compiler) for use in Wasm apps.
The text was updated successfully, but these errors were encountered: