-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wasm_of_ocaml documentation #1771
base: master
Are you sure you want to change the base?
Conversation
We need an entry in menu.wiki |
Sure. That's just a start... |
manual/wasm_overview.wiki
Outdated
* Graphics: partially supported using canvas (see also js_of_ocaml-lwt.graphics) | ||
* Unix: time related functions are supported | ||
|
||
Effect handlers are fully supported with the {{{--enable=effects}}} flag. This is not the default for now since effects are not widely used at the moment and the generated code can be slower, larger and less readable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about jspi ? I thought this was working already..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (3)
- manual/menu.wiki: Language not supported
- manual/wasm_overview.wiki: Language not supported
- manual/wasm_runtime.wiki: Language not supported
@vouillon, do you have any ETA for this PR ? |
I have updated it following your remarks, but I will not be able to work on it further this week. It will be my priority for the week after. |
{{{cube.assets}} containing the Wasm code. | ||
|
||
=== with dune === | ||
Dune has native support for wasm_of_ocaml. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mentioned the dune version or the dune lang required to enable the wasm support?
No description provided.