@ruby/3.2-wasm-wasi 2.9.4-2026-07-31-a → 2.9.4-2026-08-01-a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3025,7 +3025,7 @@ SOFTWARE.
3025
3025
  };
3026
3026
 
3027
3027
  var name = "@ruby/3.2-wasm-wasi";
3028
- var version = "2.9.4-2026-07-31-a";
3028
+ var version = "2.9.4-2026-08-01-a";
3029
3029
  var description = "Ruby 3.2 built on WASI";
3030
3030
  var main = "./dist/cjs/index.js";
3031
3031
  var module = "./dist/esm/index.js";
@@ -3075,7 +3075,7 @@ SOFTWARE.
3075
3075
  ];
3076
3076
  var license = "MIT";
3077
3077
  var dependencies = {
3078
- "@ruby/wasm-wasi": "2.9.4-2026-07-31-a"
3078
+ "@ruby/wasm-wasi": "2.9.4-2026-08-01-a"
3079
3079
  };
3080
3080
  var _package = {
3081
3081
  name: name,
Binary file
Binary file
package/dist/ruby.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruby/3.2-wasm-wasi",
3
- "version": "2.9.4-2026-07-31-a",
3
+ "version": "2.9.4-2026-08-01-a",
4
4
  "description": "Ruby 3.2 built on WASI",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -50,6 +50,6 @@
50
50
  ],
51
51
  "license": "MIT",
52
52
  "dependencies": {
53
- "@ruby/wasm-wasi": "2.9.4-2026-07-31-a"
53
+ "@ruby/wasm-wasi": "2.9.4-2026-08-01-a"
54
54
  }
55
55
  }