Skip to content

Latest commit

History

History
25 lines (20 loc) 路 1.05 KB

JS.md

File metadata and controls

25 lines (20 loc) 路 1.05 KB

WIP

Camlproto can also be compiled to JavaScript using js_of_ocaml.

Usage from JavaScript

wip

TL <-> JavaScript mapping

TL JavaScript
int number
nat (#) number
long string
string string
double number
int128 Uint8Array
int256 Uint8Array
bytes Uint8Array
Bool boolean
vector a Array<A>
true true
Null true
Conditional definitions A | undefined