Skip to content

Commit

Permalink
Merge pull request #13 from karthik2804/fix_knitwit
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Sep 3, 2024
2 parents ba84c26 + 97d23c5 commit 3c57ddb
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 7 deletions.
178 changes: 174 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fermyon/wasi-ext",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "(cd tests && ./test.sh)",
"build": "tsc",
"postinstall": "knitwit-postinstall"
"postinstall": "knitwit-postinstall --wit-path ../../wit --world js-wasi-ext"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"webpack": "^5.92.0",
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
"@fermyon/knitwit": "https://github.com/fermyon/knitwit#127f09d1f4c5992ee94243583940ef7e28df443e"
},
"config": {
"knitwit": {
Expand Down

0 comments on commit 3c57ddb

Please sign in to comment.