Skip to content

Commit 2f24a3f

Browse files
committed
Updated Ruby
1 parent 983ba6f commit 2f24a3f

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.0') =>
19+
module: (version = '2.5.1') =>
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-/XJgFQzOwA20QOjpWtQIV+yid7Zhcbl+orgl+A/ggd8="
93+
"blob": "sha256-8S9ZdOUIrIhQ3P0EX5VHvScQXyrCyrSDKnBrvWW/gaI="
9494
}
9595
}

versions/ruby-wasm-wasi

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

0 commit comments

Comments
 (0)