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
I believe that with minor modifications, you could compile tokenizers to be used client-side on the web.
If you compile the rust source to wasm, then you could bind the Node.js code to the wasm files, making the code cross-compatible.
The text was updated successfully, but these errors were encountered:
I believe that with minor modifications, you could compile
tokenizers
to be used client-side on the web.If you compile the rust source to
wasm
, then you could bind the Node.js code to thewasm
files, making the code cross-compatible.The text was updated successfully, but these errors were encountered: