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 would be quite interesting, e.g with a JSON #65 backend, to compile the library for JS or JS hooks. This would allow efficient usage in browsers and node.js applications.
There are several ways to do this, e.g.:
directly compile to JS via emscripten (prob. slow)
It would be quite interesting, e.g with a JSON #65 backend, to compile the library for JS or JS hooks. This would allow efficient usage in browsers and node.js applications.
There are several ways to do this, e.g.:
--target=wasm32