@ruby/3.4-wasm-wasi 2.9.0-2026-04-05-a → 2.9.3-2.9.4
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.
|
@@ -2970,7 +2970,7 @@ SOFTWARE.
|
|
|
2970
2970
|
};
|
|
2971
2971
|
|
|
2972
2972
|
var name = "@ruby/3.4-wasm-wasi";
|
|
2973
|
-
var version = "2.9.
|
|
2973
|
+
var version = "2.9.3-2.9.4";
|
|
2974
2974
|
var description = "Ruby 3.4 built on WASI";
|
|
2975
2975
|
var main = "./dist/cjs/index.js";
|
|
2976
2976
|
var module = "./dist/esm/index.js";
|
|
@@ -3020,7 +3020,7 @@ SOFTWARE.
|
|
|
3020
3020
|
];
|
|
3021
3021
|
var license = "MIT";
|
|
3022
3022
|
var dependencies = {
|
|
3023
|
-
"@ruby/wasm-wasi": "2.9.
|
|
3023
|
+
"@ruby/wasm-wasi": "2.9.3-2.9.4"
|
|
3024
3024
|
};
|
|
3025
3025
|
var _package = {
|
|
3026
3026
|
name: name,
|
package/dist/ruby+stdlib.wasm
CHANGED
|
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.4-wasm-wasi",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3-2.9.4",
|
|
4
4
|
"description": "Ruby 3.4 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.
|
|
53
|
+
"@ruby/wasm-wasi": "2.9.3-2.9.4"
|
|
54
54
|
}
|
|
55
55
|
}
|