Skip to content

Commit

Permalink
Misc: Move the runtime files under runtime/js (#1727)
Browse files Browse the repository at this point in the history
The wasm_of_ocaml runtime will be under runtime/wasm.
  • Loading branch information
vouillon authored Nov 4, 2024
1 parent 4e12aea commit d11b87f
Show file tree
Hide file tree
Showing 46 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"files": {
"include": ["runtime"],
"ignore": ["runtime/zstd.ts"]
"ignore": ["runtime/js/zstd.ts"]
},
"formatter": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion compiler/lib-runtime-files/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(target files.ml)
(deps
gen/gen.exe
(glob_files ../../runtime/*.js))
(glob_files ../../runtime/js/*.js))
(action
(with-stdout-to
%{target}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d11b87f

Please sign in to comment.