Skip to content

Commit 1425233

Browse files
committed
chore: update compiler version
1 parent 8edf861 commit 1425233

File tree

7 files changed

+317
-315
lines changed

7 files changed

+317
-315
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
install:
2-
npm install -g lys
2+
npm install --dev-dependencies lys@latest
33

44
build:
55
(rm -rf build || true)
6-
lys src/main.lys --wast
6+
./node_modules/.bin/lys src/main.lys --wast
77
npx @zeit/ncc build src/index.ts -o dist
88
npx mocha test.js
99

build/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.wasm

617 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)