Suppose we have two jsoo programs running and talking to each other via postMessage. (This could be two iframes or a index.html + a webworker).
Under what conditions, can we safetly postMessage an OCaml value and read it on the other side ?
Pre-emptive: “Why don’t you just use json” ? Answer: we have embedded typedArrayBuffers.