@ruby/head-wasm-wasi 2.7.1-2025-02-09-a → 2.7.1-2025-02-11-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.
|
@@ -2959,7 +2959,7 @@ SOFTWARE.
|
|
|
2959
2959
|
};
|
|
2960
2960
|
|
|
2961
2961
|
var name = "@ruby/head-wasm-wasi";
|
|
2962
|
-
var version = "2.7.1-2025-02-
|
|
2962
|
+
var version = "2.7.1-2025-02-11-a";
|
|
2963
2963
|
var description = "Ruby head built on WASI";
|
|
2964
2964
|
var main = "./dist/cjs/index.js";
|
|
2965
2965
|
var module = "./dist/esm/index.js";
|
|
@@ -3009,7 +3009,7 @@ SOFTWARE.
|
|
|
3009
3009
|
];
|
|
3010
3010
|
var license = "MIT";
|
|
3011
3011
|
var dependencies = {
|
|
3012
|
-
"@ruby/wasm-wasi": "2.7.1-2025-02-
|
|
3012
|
+
"@ruby/wasm-wasi": "2.7.1-2025-02-11-a"
|
|
3013
3013
|
};
|
|
3014
3014
|
var _package = {
|
|
3015
3015
|
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/head-wasm-wasi",
|
|
3
|
-
"version": "2.7.1-2025-02-
|
|
3
|
+
"version": "2.7.1-2025-02-11-a",
|
|
4
4
|
"description": "Ruby head 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.7.1-2025-02-
|
|
53
|
+
"@ruby/wasm-wasi": "2.7.1-2025-02-11-a"
|
|
54
54
|
}
|
|
55
55
|
}
|