Skip to content

Commit f682558

Browse files
Merge pull request #480 from tani/patch-1
Add wasi_shim as dependency
2 parents 2827490 + 489512c commit f682558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm-packages/ruby-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"build": "npm run build:rollup && npm run build:tsc && npm run build:static && ./tools/post-build.sh ./dist"
5555
},
5656
"devDependencies": {
57-
"@bjorn3/browser_wasi_shim": "^0.3.0",
5857
"@bytecodealliance/jco": "../../../vendor/jco",
5958
"@rollup/plugin-node-resolve": "^15.2.3",
6059
"@rollup/plugin-typescript": "^11.1.6",
@@ -64,6 +63,7 @@
6463
"vitest": "^1.6.0"
6564
},
6665
"dependencies": {
66+
"@bjorn3/browser_wasi_shim": "^0.3.0",
6767
"tslib": "^2.6.3"
6868
}
6969
}

0 commit comments

Comments
 (0)