bare-runtime-darwin-arm64 1.25.0 → 1.26.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.
package/bin/bare CHANGED
Binary file
package/lib/libbare.tbd CHANGED
@@ -6950,6 +6950,7 @@
6950
6950
  "__ZN2v88internal8compiler12JSHeapBroker20Initlatin1_af_stringEv",
6951
6951
  "__ZN2v88internal14V8HeapExplorer30ExtractBytecodeArrayReferencesEPNS0_9HeapEntryENS0_6TaggedINS0_13BytecodeArrayEEE",
6952
6952
  "__ZN2v88internal7GenesisC2EPNS0_7IsolateENS0_17MaybeDirectHandleINS0_13JSGlobalProxyEEENS_5LocalINS_14ObjectTemplateEEE",
6953
+ "_js_get_value_bigint_words",
6953
6954
  "__ZN2v88internal6maglev18MaglevGraphBuilder25BuildCallFromRegisterListENS0_19ConvertReceiverModeE",
6954
6955
  "__ZNK2v88internal11interpreter25BytecodeRegisterOptimizer12RegisterInfo28IsOnlyMemberOfEquivalenceSetEv",
6955
6956
  "__ZN2v88internal8compiler14GraphAssembler6IntAddEPNS1_4NodeES4_",
@@ -10179,6 +10180,7 @@
10179
10180
  "__ZN2v88internal8compiler10turboshaft27WasmLoadEliminationAnalyzer18ProcessArrayLengthENS2_7OpIndexERKNS2_13ArrayLengthOpE",
10180
10181
  "_uv_pipe_connect2",
10181
10182
  "_uv_timer_init",
10183
+ "_js_create_bigint_words",
10182
10184
  "__ZNK2v810StackFrame6IsWasmEv",
10183
10185
  "__ZN2v88internal20MarkCompactCollector19TrimDescriptorArrayENS0_6TaggedINS0_3MapEEENS2_INS0_15DescriptorArrayEEE",
10184
10186
  "__ZNK12v8_inspector16V8DebuggerScript6lengthEv",
@@ -13595,9 +13597,10 @@
13595
13597
  "__ZN2v88internal8compiler25SimplifiedOperatorBuilder12BigIntDivideEv",
13596
13598
  "__ZN2v88internal11ThreadState4NextEv",
13597
13599
  "__ZN2v88internal17ExternalReference12isolate_rootEPNS0_7IsolateE",
13598
- "_uv_poll_start",
13600
+ "_napi_get_value_bigint_words",
13599
13601
  "__ZN2v88internal6String20ComputeAndSetRawHashERKNS0_31SharedStringAccessGuardIfNeededE",
13600
13602
  "_js_is_generator",
13603
+ "_uv_poll_start",
13601
13604
  "__ZN2v88internal4wasm10WasmEngine22NewUnownedNativeModuleENS1_19WasmEnabledFeaturesENS1_20WasmDetectedFeaturesENS1_18CompileTimeImportsENSt4__Cr10shared_ptrIKNS1_10WasmModuleEEEm",
13602
13605
  "__ZN2v88internal18NormalizedMapCache3GetEPNS0_7IsolateENS0_12DirectHandleINS0_3MapEEENS0_12ElementsKindENS0_6TaggedINS0_10HeapObjectEEENS0_25PropertyNormalizationModeE",
13603
13606
  "__ZN2v88internal25RegExpMacroAssemblerARM6423CheckSpecialClassRangesENS0_20StandardCharacterSetEPNS0_5LabelE",
@@ -13754,6 +13757,7 @@
13754
13757
  "__ZN2v88internal6maglev20MaglevGraphOptimizer20VisitCheckInt32IsSmiEPNS1_15CheckInt32IsSmiERKNS1_15ProcessingStateE",
13755
13758
  "__ZN2v88internal8compiler10turboshaft23DemandedElementAnalysis15RecordPartialOpERKNS2_14Simd128UnaryOpENSt4__Cr6bitsetILm16EEE",
13756
13759
  "__ZN2v88internal6maglev8Constant27SetValueLocationConstraintsEv",
13760
+ "_napi_create_bigint_words",
13757
13761
  "__ZNK2v88internal12HeapProfiler16IsTakingSnapshotEv",
13758
13762
  "__ZN2v88internal8compiler8Schedule8PlanNodeEPNS1_10BasicBlockEPNS1_4NodeE",
13759
13763
  "_bare_exit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-darwin-arm64",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "The macOS ARM 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",