#pragma once

namespace worklets {
extern const char ValueUnpackerCode[];
extern const char SynchronizableUnpackerCode[];
extern const char CustomSerializableUnpackerCode[];
extern const char ShareableHostUnpackerCode[];
extern const char ShareableGuestUnpackerCode[];
} // namespace worklets
