You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace as much as possible the external primitives in Jv and Jstr by corresponding calls to Jsoo_runtime.Js. Not essential, but in general safer and more robust to changes. This is now tracked by Rely more on Jsoo_runtime rather than external #45.
Review the callback stuff in brr we need to use the callback stuff provided in Jsoo_runtime.Js. This is essential and not done at the moment.
- Tweak definitions suggested by Jérôme.
- Fix Ev.listen (type' became t which was an arg of the fun).
- Update cookbook.
- Review all `Jv.repr` uses to hunt for callbacks.
For upcoming effect support
Replace as much as possible theThis is now tracked by Rely more onexternal
primitives inJv
andJstr
by corresponding calls toJsoo_runtime.Js
. Not essential, but in general safer and more robust to changes.Jsoo_runtime
rather thanexternal
#45.Review the callback stuff in
brr
we need to use the callback stuff provided inJsoo_runtime.Js
. This is essential and not done at the moment.Review and update the cookbook bits on callbacks and OCaml function export to JavaScript.
The text was updated successfully, but these errors were encountered: