File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ Awesome js_of_ocaml
2
+ ===================
3
+
4
+ Collection of codes and resources for js_of_ocaml.
5
+
6
+ ## Alternative stdlibs for jsoo
7
+
8
+ - [ Brr] ( https://github.com/dbuenzli/brr ) , see [ Supported browser APIs] ( https://erratique.ch/software/brr/doc/#supported_apis )
9
+ - [ Gen_js_api] ( https://github.com/LexiFi/gen_js_api )
10
+
11
+ ## Bindings
12
+
13
+ - [ Promise] ( https://github.com/mnxn/promise_jsoo )
14
+ - [ React] ( https://github.com/ml-in-barcelona/jsoo-react )
15
+ - [ WebRTC] ( https://github.com/monstasat/janus-ocaml/blob/master/lib/jsoo/webrtc.ml )
16
+ - [ IndexDB] ( https://github.com/talex5/irmin-indexeddb/blob/master/lib/js_api.ml )
17
+
18
+
19
+ ## Other
20
+
21
+ - [ ppx_jsobject_conv] ( https://github.com/little-arhat/ppx_jsobject_conv )
22
+ - [ secp256k1] ( https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal ) , binding to the c library compiled to wasm.
23
+ - [ ctypes_stubs_js] ( https://gitlab.com/nomadic-labs/ctypes_stubs_js )
You can’t perform that action at this time.
0 commit comments