UNPKG
ton-assembly
Version:
0-1-1 (0.1.1)
0-1-2 (0.1.2)
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
TON assembler and disassembler
ton-assembly
/
dist
/
runtime
/
compile.d.ts
5 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Instr
}
from
"./instr-gen"
;
import
{
CodeBuilder
}
from
"./builder"
;
import
type
{
StoreOptions
}
from
"./util"
;
export
declare
const
compileInstructions
:
(
b
:
CodeBuilder
,
instructions
:
Instr
[],
options
:
StoreOptions
) =>
void
;
//# sourceMappingURL=compile.d.ts.map