We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1c4db commit 531c8d3Copy full SHA for 531c8d3
src/packbeam_api.erl
@@ -41,7 +41,7 @@
41
).
42
43
-define(ALLOWED_CHUNKS, [
44
- "AtU8", "Code", "ExpT", "LocT", "ImpT", "LitU", "FunT", "StrT", "LitT", "avmN"
+ "AtU8", "Code", "ExpT", "LocT", "ImpT", "LitU", "FunT", "StrT", "LitT", "avmN", "Type"
45
]).
46
-define(BEAM_START_FLAG, 1).
47
-define(BEAM_CODE_FLAG, 2).
0 commit comments