frontend: JavaScriptgood first issuehelp wantedmachine/systemthird party
倉庫指標
- 星標
- (160 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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