@ruby/3.2-wasm-wasi 2.5.2-2024-05-05-a → 2.6.0
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.
|
@@ -2926,7 +2926,7 @@ SOFTWARE.
|
|
|
2926
2926
|
};
|
|
2927
2927
|
|
|
2928
2928
|
var name = "@ruby/3.2-wasm-wasi";
|
|
2929
|
-
var version = "2.
|
|
2929
|
+
var version = "2.6.0";
|
|
2930
2930
|
var description = "Ruby 3.2 built on WASI";
|
|
2931
2931
|
var main = "./dist/cjs/index.js";
|
|
2932
2932
|
var module = "./dist/esm/index.js";
|
|
@@ -2976,7 +2976,7 @@ SOFTWARE.
|
|
|
2976
2976
|
];
|
|
2977
2977
|
var license = "MIT";
|
|
2978
2978
|
var dependencies = {
|
|
2979
|
-
"@ruby/wasm-wasi": "2.
|
|
2979
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
2980
2980
|
};
|
|
2981
2981
|
var _package = {
|
|
2982
2982
|
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.2-wasm-wasi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
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.
|
|
53
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
54
54
|
}
|
|
55
55
|
}
|