frontend: JavaScriptgood first issuehelp wantedmachine/systemthird party
Repository metrics
- Stars
- (160 stars)
- PR merge metrics
- (PR metrics pending)
Description
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)
- compile to Web Assembly, e.g. via clang's
--target=wasm32