Skip to content

Commit d11b87f

Browse files
authored
Misc: Move the runtime files under runtime/js (#1727)
The wasm_of_ocaml runtime will be under runtime/wasm.
1 parent 4e12aea commit d11b87f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2
-2
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
33
"files": {
44
"include": ["runtime"],
5-
"ignore": ["runtime/zstd.ts"]
5+
"ignore": ["runtime/js/zstd.ts"]
66
},
77
"formatter": {
88
"enabled": true,

compiler/lib-runtime-files/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(target files.ml)
88
(deps
99
gen/gen.exe
10-
(glob_files ../../runtime/*.js))
10+
(glob_files ../../runtime/js/*.js))
1111
(action
1212
(with-stdout-to
1313
%{target}
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 commit comments

Comments
 (0)