Skip to content

Commit 859da9f

Browse files
committed
Updated Ruby WASM-WASI interpreter
1 parent 18e172b commit 859da9f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/index.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/index.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
@@ -16,7 +16,7 @@ const jsType = type.replace(/\W+/g, '_');
1616
export default {
1717
type,
1818
experimental: true,
19-
module: (version = '2.7.2') =>
19+
module: (version = '2.8.1') =>
2020
`https://cdn.jsdelivr.net/npm/@ruby/3.2-wasm-wasi@${version}/dist/browser/+esm`,
2121
async engine({ DefaultRubyVM }, config, url, baseURL) {
2222
url = url.replace(/\/browser\/\+esm$/, '/ruby.wasm');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
"to-json-callback": "^0.1.1"
9999
},
100100
"worker": {
101-
"blob": "sha256-d5oCHNOCp2/QtSFORnLocBwFuk4l84WfSovpyV9eaLY="
101+
"blob": "sha256-1vA2l2xiYZXWjQG/uqfWneKA0cyCs4nCWy/ebrptdbo="
102102
}
103103
}

versions/ruby-wasm-wasi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
2.8.1

0 commit comments

Comments
 (0)