@ruby/head-wasm-wasi 2.3.0-2023-12-14-a → 2.4.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.
|
@@ -2773,7 +2773,7 @@ SOFTWARE.
|
|
|
2773
2773
|
};
|
|
2774
2774
|
|
|
2775
2775
|
var name = "@ruby/head-wasm-wasi";
|
|
2776
|
-
var version = "2.
|
|
2776
|
+
var version = "2.4.0";
|
|
2777
2777
|
var description = "Ruby head built on WASI";
|
|
2778
2778
|
var main = "./dist/cjs/index.js";
|
|
2779
2779
|
var module = "./dist/esm/index.js";
|
|
@@ -2822,7 +2822,7 @@ SOFTWARE.
|
|
|
2822
2822
|
rollup: "^4.6.1"
|
|
2823
2823
|
};
|
|
2824
2824
|
var dependencies = {
|
|
2825
|
-
"@ruby/wasm-wasi": "2.
|
|
2825
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
2826
2826
|
};
|
|
2827
2827
|
var _package = {
|
|
2828
2828
|
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.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Ruby head built on WASI",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"rollup": "^4.6.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@ruby/wasm-wasi": "2.
|
|
52
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
53
53
|
}
|
|
54
54
|
}
|