t7x/deps/asmjit/db/index.js
2023-12-06 17:43:39 -05:00

12 lines
330 B
JavaScript

// This file is part of AsmJit project <https://asmjit.com>
//
// See asmjit.h or LICENSE.md for license and copyright information
// SPDX-License-Identifier: Zlib
"use strict";
exports.base = require("./base.js");
exports.arm = require("./arm.js");
exports.aarch64 = require("./aarch64.js");
exports.x86 = require("./x86.js");