Skip to content

[codex] Fix documentation CDN package versions#642

Open
ledsun wants to merge 1 commit intoruby:mainfrom
ledsun:codex/fix-docs-cdn-url
Open

[codex] Fix documentation CDN package versions#642
ledsun wants to merge 1 commit intoruby:mainfrom
ledsun:codex/fix-docs-cdn-url

Conversation

@ledsun
Copy link
Copy Markdown
Contributor

@ledsun ledsun commented Apr 28, 2026

Summary

Fix the CDN package versions used by the browser documentation examples. The previous @2.9.4 package versions for @ruby/4.0-wasm-wasi and @ruby/wasm-wasi are not published on npm/jsDelivr, which makes the README browser script URL return 404.

This updates the README quick example and related cheat sheet examples to use the published 2.9.3-2.9.4 package version.

Fixes #640.

Validation

Checked the old README URL returns 404 and the updated browser.script.iife.js, ruby+stdlib.wasm, ESM, and UMD CDN URLs return HTTP 200 with curl -I.

@ledsun ledsun marked this pull request as ready for review April 28, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web Browser Script URL Returns a 404

1 participant