iw6-mod/deps/asmjit/db/index.js

12 lines
353 B
JavaScript
Raw Normal View History

2024-02-27 01:34:37 -05:00
// This file is part of AsmJit project <https://asmjit.com>
//
// See asmjit.h or LICENSE.md for license and copyright information
2025-02-20 05:32:33 -05:00
// SPDX-License-Identifier: (Zlib or Unlicense)
2024-02-27 01:34:37 -05:00
"use strict";
exports.base = require("./base.js");
exports.aarch32 = require("./aarch32.js");
exports.aarch64 = require("./aarch64.js");
exports.x86 = require("./x86.js");