diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4a4ab5727..55f111bf66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,5 +129,5 @@ $ npm install --save @ruby/wasm-wasi@latest # or if you want the nightly snapshot $ npm install --save @ruby/wasm-wasi@next # or you can specify the exact snapshot version -$ npm install --save @ruby/wasm-wasi@2.6.2-2024-06-29-a +$ npm install --save @ruby/wasm-wasi@2.7.0-2024-11-11-a ``` diff --git a/README.md b/README.md index 63c76d42f5..01fd4a01e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Create and save `index.html` page with the following contents: ```html - + + + + + diff --git a/packages/npm-packages/ruby-wasm-wasi/example/lucky.html b/packages/npm-packages/ruby-wasm-wasi/example/lucky.html index 8e2651a090..b4d3d8c863 100644 --- a/packages/npm-packages/ruby-wasm-wasi/example/lucky.html +++ b/packages/npm-packages/ruby-wasm-wasi/example/lucky.html @@ -1,5 +1,5 @@ - +
+ diff --git a/packages/npm-packages/ruby-wasm-wasi/package.json b/packages/npm-packages/ruby-wasm-wasi/package.json index 12eb884f5b..c8a0fb2939 100644 --- a/packages/npm-packages/ruby-wasm-wasi/package.json +++ b/packages/npm-packages/ruby-wasm-wasi/package.json @@ -1,6 +1,6 @@ { "name": "@ruby/wasm-wasi", - "version": "2.6.2", + "version": "2.7.0", "description": "WebAssembly port of CRuby with WASI", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",