Bytecode client for iOS

Summary: Changelog: [Internal]

Reviewed By: javache

Differential Revision: D21206851

fbshipit-source-id: 67ab59688c19870ef419711fdfd489bf0442bb54
This commit is contained in:
Christoph Nakazawa
2020-06-15 06:52:53 -07:00
committed by Facebook GitHub Bot
parent 6d6268e903
commit 382f0898cf
4 changed files with 52 additions and 6 deletions
+5
View File
@@ -11,6 +11,11 @@
extern NSString *const RCTJavaScriptLoaderErrorDomain;
extern const UInt32 RCT_BYTECODE_ALIGNMENT;
UInt32 RCTReadUInt32LE(NSData *script, UInt32 offset);
bool RCTIsBytecodeBundle(NSData *script);
NS_ENUM(NSInteger){
RCTJavaScriptLoaderErrorNoScriptURL = 1,
RCTJavaScriptLoaderErrorFailedOpeningFile = 2,