Skip to content

Commit e7daee9

Browse files
committed
Updated Ruby to 2.2.0
1 parent 883e86d commit e7daee9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/core.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/ruby-wasm-wasi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const jsType = type.replace(/\W+/g, '_');
1414
export default {
1515
type,
1616
experimental: true,
17-
module: (version = '2.1.0') =>
17+
module: (version = '2.2.0') =>
1818
`https://cdn.jsdelivr.net/npm/ruby-3_2-wasm-wasi@${version}/dist/browser.esm.js`,
1919
async engine({ DefaultRubyVM }, config, url) {
2020
const response = await fetch(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
"sticky-module": "^0.1.1"
8383
},
8484
"worker": {
85-
"blob": "sha256-ihxIzYl1nhfZwgzNVoDXkVwmrYc3ONEdKH/z+J51D90="
85+
"blob": "sha256-hx/ToKaEx6tbAM3R6mTQUOHWAy4jstxjCPohDp2BhPQ="
8686
}
8787
}

versions/ruby-wasm-wasi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

0 commit comments

Comments
 (0)