Deprecate AEVM #866

Merged
zxq9 merged 11 commits from gh-226 into master 2022-05-10 22:33:59 +09:00
Showing only changes of commit 077aa584b5 - Show all commits

View File

@ -9,7 +9,7 @@
%%%-------------------------------------------------------------------
-module(aeso_fcode_to_fate).
-export([compile/2, compile/3, term_to_fate/1, term_to_fate/2, type_to_scode/1]).
-export([compile/2, compile/3, term_to_fate/1, term_to_fate/2]).
-ifdef(TEST).
-export([optimize_fun/4, to_basic_blocks/1]).