File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ JavaScript interoperability and DOM access is achieved using [`"JS"` module](htt
4444
4545### Version
4646
47- ruby.wasm v2.6 .2, running Ruby v3.3
47+ ruby.wasm v2.7 .2, running Ruby v3.4
4848
4949## Code Formatting
5050
Original file line number Diff line number Diff line change @@ -391,10 +391,10 @@ export const resetCssUrl = /* @__PURE__ */ getUrl('reset-css@5.0.1/reset.css');
391391
392392export const riotBaseUrl = /* @__PURE__ */ getUrl ( 'riot@9.2.2/' ) ;
393393
394- export const rubyWasmBaseUrl = /* @__PURE__ */ getUrl ( '@ruby/3.3 -wasm-wasi@2.6 .2/dist/' ) ;
394+ export const rubyWasmBaseUrl = /* @__PURE__ */ getUrl ( '@ruby/3.4 -wasm-wasi@2.7 .2/dist/' ) ;
395395
396396export const rubyWasmScriptUrl = /* @__PURE__ */ getUrl (
397- '@ruby/wasm-wasi@2.6 .2/dist/browser.umd.js' ,
397+ '@ruby/wasm-wasi@2.7 .2/dist/browser.umd.js' ,
398398) ;
399399
400400export const snackbarUrl = /* @__PURE__ */ getUrl ( '@snackbar/core@1.7.0/dist/snackbar.css' ) ;
You can’t perform that action at this time.
0 commit comments