Skip to content

Commit e9a1e90

Browse files
committed
Updated Ruby to its latest
1 parent a74da6a commit e9a1e90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/ruby-wasm-wasi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const jsType = type.replace(/\W+/g, '_');
1616
export default {
1717
type,
1818
experimental: true,
19-
module: (version = '2.5.1') =>
19+
module: (version = '2.6.0') =>
2020
`https://cdn.jsdelivr.net/npm/@ruby/3.2-wasm-wasi@${version}/dist/browser/+esm`,
2121
async engine({ DefaultRubyVM }, config, url) {
2222
url = url.replace(/\/browser\/\+esm$/, '/ruby.wasm');

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"to-json-callback": "^0.1.1"
9191
},
9292
"worker": {
93-
"blob": "sha256-pRCTp2C2rEBl+Dopyw7pGKNqP05HYFIzEb0tZ6vhTRo="
93+
"blob": "sha256-OA40mqV9CZgjPSvFdUr2LrclH6I7NeAlXXqB6wRYDRc="
9494
}
9595
}

versions/ruby-wasm-wasi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.0

0 commit comments

Comments
 (0)