2022-12-22 03:06:42 -08:00
|
|
|
/**
|
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*
|
|
|
|
* @format
|
|
|
|
*/
|
|
|
|
|
2022-12-23 07:30:15 -08:00
|
|
|
const asm = require('../build/asmjs-sync');
|
2022-12-24 00:25:02 -08:00
|
|
|
module.exports = require("./_entrySync")(asm);
|