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 3, 2023
1 parent 1418ddb commit f350436
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.6)
(lang dune 3.11)

(name eliom)
(maintainers [email protected])
Expand Down
2 changes: 1 addition & 1 deletion eliom.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues"
depends: [
"dune" {>= "3.6"}
"dune" {>= "3.11"}
"ocaml" {>= "4.08.0"}
"ocamlfind"
"ppx_deriving"
Expand Down
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 f350436

Please sign in to comment.