Skip to content

Commit e15ae5d

Browse files
committed
chore: Test es6 bump
1 parent 818b071 commit e15ae5d

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

esy.lock/index.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"resolutions": {
1919
"@opam/ocp-indent": "1.7.0",
20-
"@grain/libbinaryen": "git+https://github.com/spotandjake/libbinaryen.git#193eb5ef9dbf89e3f6cb00a4730ffb23ea4ca699"
20+
"@grain/libbinaryen": "git+https://github.com/spotandjake/libbinaryen.git#0011b420d1daff25464458e0837315b308261720"
2121
},
2222
"esy": {
2323
"build": "dune build -p binaryen"

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
(progn
2424
(with-stdout-to
2525
test_js.out
26-
(run node %{dep:test.bc.js}))
26+
(run node --input-type=module %{dep:test.bc.js}))
2727
(diff test_js.out test.expected))))

0 commit comments

Comments
 (0)