Skip to content

Commit b6b3ffc

Browse files
committed
Updated Ruby WASM-WASI
1 parent f71a783 commit b6b3ffc

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.6.0') =>
19+
module: (version = '2.6.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-QTjb5vtqOJ5V9mH8aqm9FMwCozlYMaxggZse9SYTKRM="
93+
"blob": "sha256-uSxfqsqVSZlBPFigzq6NwPgjbnmMCy0m04d1dLJ7a5E="
9494
}
9595
}

versions/ruby-wasm-wasi

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

0 commit comments

Comments
 (0)