Open
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