Skip to content

Commit 3c57ddb

Browse files
authored
Merge pull request #13 from karthik2804/fix_knitwit
2 parents ba84c26 + 97d23c5 commit 3c57ddb

File tree

2 files changed

+177
-7
lines changed

2 files changed

+177
-7
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@fermyon/wasi-ext",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "(cd tests && ./test.sh)",
88
"build": "tsc",
9-
"postinstall": "knitwit-postinstall"
9+
"postinstall": "knitwit-postinstall --wit-path ../../wit --world js-wasi-ext"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -28,7 +28,7 @@
2828
"path-browserify": "^1.0.1",
2929
"process": "^0.11.10",
3030
"webpack": "^5.92.0",
31-
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
31+
"@fermyon/knitwit": "https://github.com/fermyon/knitwit#127f09d1f4c5992ee94243583940ef7e28df443e"
3232
},
3333
"config": {
3434
"knitwit": {

0 commit comments

Comments
 (0)