bare-runtime-ios-arm64-simulator 1.21.8 → 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
@@ -12884,6 +12884,7 @@
12884
12884
  "__ZN2v88internal12ReadOnlyHeapD2Ev",
12885
12885
  "__ZN2v88internal14JSAtomicsMutex17HandleAsyncNotifyEPNS0_6detail20AsyncWaiterQueueNodeIS1_EE",
12886
12886
  "__ZN2v88internal14SerializedData12AllocateDataEj",
12887
+ "_bare_wakeup",
12887
12888
  "__ZN2v88internal11interpreter17BytecodeGenerator19VisitThisExpressionEPNS0_14ThisExpressionE",
12888
12889
  "__ZN2v815MicrotasksScopeD1Ev",
12889
12890
  "__ZN2v88internal7Factory16NewContextfulMapENS0_12DirectHandleINS0_13NativeContextEEENS0_12InstanceTypeEiNS0_12ElementsKindEiNS0_14AllocationTypeE",
@@ -13492,6 +13493,7 @@
13492
13493
  "__ZN2v88internal15SourceCodeCache7IterateEPNS0_11RootVisitorE",
13493
13494
  "__ZN2v88internal19IrregexpInterpreter5MatchEPNS0_7IsolateENS0_6TaggedINS0_12IrRegExpDataEEENS4_INS0_6StringEEEPiiiNS0_6RegExp10CallOriginE",
13494
13495
  "__Z19_As_FixedArrayExactRN2v88internal6TaggedINS0_10HeapObjectEEE",
13496
+ "_bare_on_wakeup",
13495
13497
  "__ZN2v88internal9Assembler6fcvtmuERKNS0_8RegisterERKNS0_9VRegisterE",
13496
13498
  "__ZN2v88internal11interpreter20ConstantArrayBuilder39InsertEmptyObjectBoilerplateDescriptionEv",
13497
13499
  "__ZN2v88internal19PreparseDataBuilder8ByteData7ReserveEm",
@@ -18178,6 +18180,7 @@
18178
18180
  "__ZN2v88internal9Assembler4fmovERKNS0_9VRegisterES4_",
18179
18181
  "__ZN2v88internal11CpuProfilerC2EPNS0_7IsolateENS_22CpuProfilingNamingModeENS_23CpuProfilingLoggingModeEPNS0_21CpuProfilesCollectionEPNS0_10SymbolizerEPNS0_23ProfilerEventsProcessorEPNS0_20ProfilerCodeObserverE",
18180
18182
  "__ZN2v88internal9ExitFrame9FillStateEmmPNS0_10StackFrame5StateE",
18183
+ "_bare_thread_wakeup",
18181
18184
  "__ZN2v87Isolate14ThrowExceptionENS_5LocalINS_5ValueEEE",
18182
18185
  "__ZN2v88internallsERNSt4__Cr13basic_ostreamIcNS1_11char_traitsIcEEEENS0_17PropertyConstnessE",
18183
18186
  "__ZNK2v85debug6Script4NameEv",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-ios-arm64-simulator",
3
- "version": "1.21.8",
3
+ "version": "1.22.0",
4
4
  "description": "The iOS ARM simulator 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",