bare-runtime-ios-arm64 1.21.7 → 1.22.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
@@ -12853,6 +12853,7 @@
12853
12853
  "__ZN2v88internal12ReadOnlyHeapD2Ev",
12854
12854
  "__ZN2v88internal14JSAtomicsMutex17HandleAsyncNotifyEPNS0_6detail20AsyncWaiterQueueNodeIS1_EE",
12855
12855
  "__ZN2v88internal14SerializedData12AllocateDataEj",
12856
+ "_bare_wakeup",
12856
12857
  "__ZN2v88internal11interpreter17BytecodeGenerator19VisitThisExpressionEPNS0_14ThisExpressionE",
12857
12858
  "__ZN2v815MicrotasksScopeD1Ev",
12858
12859
  "__ZN2v88internal7Factory16NewContextfulMapENS0_12DirectHandleINS0_13NativeContextEEENS0_12InstanceTypeEiNS0_12ElementsKindEiNS0_14AllocationTypeE",
@@ -13460,6 +13461,7 @@
13460
13461
  "__ZN2v88internal15SourceCodeCache7IterateEPNS0_11RootVisitorE",
13461
13462
  "__ZN2v88internal19IrregexpInterpreter5MatchEPNS0_7IsolateENS0_6TaggedINS0_12IrRegExpDataEEENS4_INS0_6StringEEEPiiiNS0_6RegExp10CallOriginE",
13462
13463
  "__Z19_As_FixedArrayExactRN2v88internal6TaggedINS0_10HeapObjectEEE",
13464
+ "_bare_on_wakeup",
13463
13465
  "__ZN2v88internal9Assembler6fcvtmuERKNS0_8RegisterERKNS0_9VRegisterE",
13464
13466
  "__ZN2v88internal11interpreter20ConstantArrayBuilder39InsertEmptyObjectBoilerplateDescriptionEv",
13465
13467
  "__ZN2v88internal19PreparseDataBuilder8ByteData7ReserveEm",
@@ -18130,6 +18132,7 @@
18130
18132
  "__ZN2v88internal9Assembler4fmovERKNS0_9VRegisterES4_",
18131
18133
  "__ZN2v88internal11CpuProfilerC2EPNS0_7IsolateENS_22CpuProfilingNamingModeENS_23CpuProfilingLoggingModeEPNS0_21CpuProfilesCollectionEPNS0_10SymbolizerEPNS0_23ProfilerEventsProcessorEPNS0_20ProfilerCodeObserverE",
18132
18134
  "__ZN2v88internal9ExitFrame9FillStateEmmPNS0_10StackFrame5StateE",
18135
+ "_bare_thread_wakeup",
18133
18136
  "__ZN2v87Isolate14ThrowExceptionENS_5LocalINS_5ValueEEE",
18134
18137
  "__ZN2v88internallsERNSt4__Cr13basic_ostreamIcNS1_11char_traitsIcEEEENS0_17PropertyConstnessE",
18135
18138
  "__ZNK2v85debug6Script4NameEv",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-ios-arm64",
3
- "version": "1.21.7",
3
+ "version": "1.22.0",
4
4
  "description": "The iOS ARM 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",