Skip to content

Commit 58e8be9

Browse files
Pre-published @ruby/wasm-wasi
1 parent 411e877 commit 58e8be9

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

package-lock.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"rollup": "^3.2.2"
3838
},
3939
"dependencies": {
40-
"@ruby/wasm-wasi": "^0.0.0"
40+
"@ruby/wasm-wasi": "^0.0.0-next"
4141
}
4242
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"rollup-plugin-polyfill-node": "^0.12.0"
4040
},
4141
"dependencies": {
42-
"@ruby/wasm-wasi": "^0.0.0"
42+
"@ruby/wasm-wasi": "^0.0.0-next"
4343
}
4444
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ruby/wasm-wasi",
3-
"version": "0.0.0",
3+
"version": "0.0.0-next",
44
"description": "WebAssembly port of CRuby with WASI",
55
"main": "./dist/index.cjs.js",
66
"umd:main": "./dist/index.umd.js",

0 commit comments

Comments
 (0)