Skip to content

Commit 595a84d

Browse files
authored
feat(instructions): add TVM 12 instructions (#153)
1 parent 58e8ca4 commit 595a84d

File tree

6 files changed

+1954
-970
lines changed

6 files changed

+1954
-970
lines changed

src/features/godbolt/lib/func/compilation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {Cell} from "@ton/core"
22
import {runtime as i, text, trace} from "ton-assembly"
3-
43
import type {InstructionInfo} from "ton-source-map"
54

65
import {FUNC_STDLIB} from "@features/godbolt/lib/func/stdlib.ts"

src/features/godbolt/lib/tolk/compilation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Cell} from "@ton/core"
22
import {runtime as i, text, trace} from "ton-assembly"
3-
43
import type {InstructionInfo} from "ton-source-map"
4+
55
import {runTolkCompiler} from "@ton/tolk-js"
66

77
import {TolkCompilationError, type TolkCompilationResult} from "@features/godbolt/lib/tolk/types.ts"

0 commit comments

Comments
 (0)