UNPKG
x86
Version:
latest (1.0.0)
1.0.0
Generates x86_64 native code from assembly instructions
github.com/streamich/x86
streamich/x86
x86
/
tsconfig.json
8 lines
(7 loc)
•
113 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"removeComments"
:
false
}
}