mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 22:58:19 +00:00
15 lines
244 B
C
15 lines
244 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <jsi/jsi.h>
|
||
|
#include <memory.h>
|
||
|
|
||
|
namespace facebook {
|
||
|
namespace jsc {
|
||
|
|
||
|
std::unique_ptr<jsi::Runtime> makeJSCRuntime();
|
||
|
|
||
|
} // namespace jsc
|
||
|
} // namespace facebook
|