Skip to content

Commit

Permalink
Merge pull request #480 from tani/patch-1
Browse files Browse the repository at this point in the history
Add wasi_shim as dependency
  • Loading branch information
kateinoigakukun committed Jun 29, 2024
2 parents 2827490 + 489512c commit f682558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/npm-packages/ruby-wasm-wasi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"build": "npm run build:rollup && npm run build:tsc && npm run build:static && ./tools/post-build.sh ./dist"
},
"devDependencies": {
"@bjorn3/browser_wasi_shim": "^0.3.0",
"@bytecodealliance/jco": "../../../vendor/jco",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
Expand All @@ -64,6 +63,7 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@bjorn3/browser_wasi_shim": "^0.3.0",
"tslib": "^2.6.3"
}
}

0 comments on commit f682558

Please sign in to comment.