blob: bf55e6f94b0a7090bb9e0fa79b63d79743f407bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// This file is part of AsmJit project <https://asmjit.com>
//
// See <asmjit/core.h> or LICENSE.md for license and copyright information
// SPDX-License-Identifier: Zlib
"use strict";
exports.base = require("./base.js");
exports.aarch32 = require("./aarch32.js");
exports.aarch64 = require("./aarch64.js");
exports.x86 = require("./x86.js");
|