Skip to content

Commit

Permalink
Wasm runtime file
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Oct 2, 2023
1 parent 1418ddb commit 0afbc57
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/client/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
lwt_react ocsigenserver.baselib.base cohttp tyxml
reactiveData)
(foreign_stubs (language c) (names eliom_stubs))
(js_of_ocaml (javascript_files eliom_client.js)))
(js_of_ocaml
(javascript_files eliom_client.js)
(wasm_files eliom_client.wat)))

(include dune.client)

Expand Down
Loading

0 comments on commit 0afbc57

Please sign in to comment.