@ruby/head-wasm-wasi 2.6.2-2024-07-01-a → 2.6.2-2024-07-03-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.
- package/dist/browser.script.iife.js +2 -2
- package/dist/component/ruby.component.core.wasm +0 -0
- package/dist/component/ruby.component.core100.wasm +0 -0
- package/dist/component/ruby.component.core101.wasm +0 -0
- package/dist/component/ruby.component.core12.wasm +0 -0
- package/dist/component/ruby.component.core13.wasm +0 -0
- package/dist/component/ruby.component.core4.wasm +0 -0
- package/dist/component/ruby.component.core86.wasm +0 -0
- package/dist/component/ruby.component.core87.wasm +0 -0
- package/dist/component/ruby.component.core91.wasm +0 -0
- package/dist/component/ruby.component.core96.wasm +0 -0
- package/dist/component/ruby.component.core99.wasm +0 -0
- package/dist/component/ruby.component.js +4 -1
- package/dist/ruby+stdlib.wasm +0 -0
- package/dist/ruby.debug+stdlib.wasm +0 -0
- package/dist/ruby.wasm +0 -0
- package/package.json +2 -2
|
@@ -2932,7 +2932,7 @@ SOFTWARE.
|
|
|
2932
2932
|
};
|
|
2933
2933
|
|
|
2934
2934
|
var name = "@ruby/head-wasm-wasi";
|
|
2935
|
-
var version = "2.6.2-2024-07-
|
|
2935
|
+
var version = "2.6.2-2024-07-03-a";
|
|
2936
2936
|
var description = "Ruby head built on WASI";
|
|
2937
2937
|
var main = "./dist/cjs/index.js";
|
|
2938
2938
|
var module = "./dist/esm/index.js";
|
|
@@ -2982,7 +2982,7 @@ SOFTWARE.
|
|
|
2982
2982
|
];
|
|
2983
2983
|
var license = "MIT";
|
|
2984
2984
|
var dependencies = {
|
|
2985
|
-
"@ruby/wasm-wasi": "2.6.2-2024-07-
|
|
2985
|
+
"@ruby/wasm-wasi": "2.6.2-2024-07-03-a"
|
|
2986
2986
|
};
|
|
2987
2987
|
var _package = {
|
|
2988
2988
|
name: name,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10381,6 +10381,7 @@ export function instantiate(getCoreModule, imports, instantiateCore = WebAssembl
|
|
|
10381
10381
|
rb_ary_clear: exports4['ruby:rb_ary_clear'],
|
|
10382
10382
|
rb_ary_cmp: exports4['ruby:rb_ary_cmp'],
|
|
10383
10383
|
rb_ary_delete: exports4['ruby:rb_ary_delete'],
|
|
10384
|
+
rb_ary_freeze: exports4['ruby:rb_ary_freeze'],
|
|
10384
10385
|
rb_ary_includes: exports4['ruby:rb_ary_includes'],
|
|
10385
10386
|
rb_ary_plus: exports4['ruby:rb_ary_plus'],
|
|
10386
10387
|
rb_ary_push: exports4['ruby:rb_ary_push'],
|
|
@@ -11276,6 +11277,7 @@ export function instantiate(getCoreModule, imports, instantiateCore = WebAssembl
|
|
|
11276
11277
|
memset: exports10.memset,
|
|
11277
11278
|
modf: exports10.modf,
|
|
11278
11279
|
rb_alloc_tmp_buffer_with_count: exports8.rb_alloc_tmp_buffer_with_count,
|
|
11280
|
+
rb_ary_freeze: exports8.rb_ary_freeze,
|
|
11279
11281
|
rb_ary_new_capa: exports8.rb_ary_new_capa,
|
|
11280
11282
|
rb_ary_new_from_args: exports8.rb_ary_new_from_args,
|
|
11281
11283
|
rb_ary_push: exports8.rb_ary_push,
|
|
@@ -13080,8 +13082,8 @@ export function instantiate(getCoreModule, imports, instantiateCore = WebAssembl
|
|
|
13080
13082
|
rb_obj_memsize_of: exports8.rb_obj_memsize_of,
|
|
13081
13083
|
rb_objspace_data_type_name: exports8.rb_objspace_data_type_name,
|
|
13082
13084
|
rb_objspace_each_objects: exports8.rb_objspace_each_objects,
|
|
13085
|
+
rb_objspace_garbage_object_p: exports8.rb_objspace_garbage_object_p,
|
|
13083
13086
|
rb_objspace_internal_object_p: exports8.rb_objspace_internal_object_p,
|
|
13084
|
-
rb_objspace_markable_object_p: exports8.rb_objspace_markable_object_p,
|
|
13085
13087
|
rb_objspace_reachable_objects_from: exports8.rb_objspace_reachable_objects_from,
|
|
13086
13088
|
rb_objspace_reachable_objects_from_root: exports8.rb_objspace_reachable_objects_from_root,
|
|
13087
13089
|
rb_raise: exports8.rb_raise,
|
|
@@ -16640,6 +16642,7 @@ export function instantiate(getCoreModule, imports, instantiateCore = WebAssembl
|
|
|
16640
16642
|
rb_ary_clear: exports8.rb_ary_clear,
|
|
16641
16643
|
rb_ary_cmp: exports8.rb_ary_cmp,
|
|
16642
16644
|
rb_ary_delete: exports8.rb_ary_delete,
|
|
16645
|
+
rb_ary_freeze: exports8.rb_ary_freeze,
|
|
16643
16646
|
rb_ary_includes: exports8.rb_ary_includes,
|
|
16644
16647
|
rb_ary_plus: exports8.rb_ary_plus,
|
|
16645
16648
|
rb_ary_push: exports8.rb_ary_push,
|
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.6.2-2024-07-
|
|
3
|
+
"version": "2.6.2-2024-07-03-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.6.2-2024-07-
|
|
53
|
+
"@ruby/wasm-wasi": "2.6.2-2024-07-03-a"
|
|
54
54
|
}
|
|
55
55
|
}
|