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