diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cab03f56..14029ac06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,5 +127,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.0-2024-05-05-a +$ npm install --save @ruby/wasm-wasi@2.6.1-2024-05-22-a ``` diff --git a/README.md b/README.md index de94aa993..97842627e 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 802ebed6a..552ca4c8d 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 dc2c399ef..8a981dad1 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.0", + "version": "2.6.1", "description": "WebAssembly port of CRuby with WASI", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",