bare-runtime-darwin-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
@@ -13011,6 +13011,7 @@
13011
13011
  "__ZNK2v88internal8compiler10turboshaft12FrameStateOp12PrintOptionsERNSt4__Cr13basic_ostreamIcNS4_11char_traitsIcEEEE",
13012
13012
  "__ZN2v88internal19IrregexpInterpreter5MatchEPNS0_7IsolateENS0_6TaggedINS0_12IrRegExpDataEEENS4_INS0_6StringEEEPiiiNS0_6RegExp10CallOriginE",
13013
13013
  "__Z19_As_FixedArrayExactRN2v88internal6TaggedINS0_10HeapObjectEEE",
13014
+ "_bare_on_wakeup",
13014
13015
  "__ZNK2v88internal8compiler6MapRef24IsProtectedFixedArrayMapEv",
13015
13016
  "__ZN2v88internal8compiler13CodeAssemblerD2Ev",
13016
13017
  "__ZN2v88internal9Assembler6fcvtmuERKNS0_8RegisterERKNS0_9VRegisterE",
@@ -26450,6 +26451,7 @@
26450
26451
  "__ZN2v88internal7Isolate25PushStackTraceAndContinueEPvS2_S2_S2_S2_S2_",
26451
26452
  "__ZN2v88internal14SerializedData12AllocateDataEj",
26452
26453
  "__ZN2v88internal8compiler17JSGenericLowering16LowerJSConstructEPNS1_4NodeE",
26454
+ "_bare_wakeup",
26453
26455
  "__ZN2v88internal11interpreter17BytecodeGenerator19VisitThisExpressionEPNS0_14ThisExpressionE",
26454
26456
  "__ZN2v815MicrotasksScopeD1Ev",
26455
26457
  "__ZN2v88internal5Debug32PerformSideEffectCheckAtBytecodeEPNS0_16InterpretedFrameE",
@@ -31120,6 +31122,7 @@
31120
31122
  "__ZN2v88internal8compiler11FrameElider16PropagateInOrderEv",
31121
31123
  "__ZN2v88internal11CpuProfilerC2EPNS0_7IsolateENS_22CpuProfilingNamingModeENS_23CpuProfilingLoggingModeEPNS0_21CpuProfilesCollectionEPNS0_10SymbolizerEPNS0_23ProfilerEventsProcessorEPNS0_20ProfilerCodeObserverE",
31122
31124
  "__ZN2v88internal8compiler20BytecodeGraphBuilder15VisitPopContextEv",
31125
+ "_bare_thread_wakeup",
31123
31126
  "__ZN2v88internal9ExitFrame9FillStateEmmPNS0_10StackFrame5StateE",
31124
31127
  "__ZN2v88internal4wasm20WasmCodePointerTable10InitializeEv",
31125
31128
  "__ZN2v87Isolate14ThrowExceptionENS_5LocalINS_5ValueEEE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-darwin-arm64",
3
- "version": "1.21.7",
3
+ "version": "1.22.0",
4
4
  "description": "The macOS ARM 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",