mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-23 19:51:47 +00:00
Add compiler hints
This commit is contained in:
8
tests/compiler/asc-constants.ts
Normal file
8
tests/compiler/asc-constants.ts
Normal file
@ -0,0 +1,8 @@
|
||||
ASC_TARGET;
|
||||
ASC_NO_TREESHAKING;
|
||||
ASC_NO_ASSERT;
|
||||
ASC_MEMORY_BASE;
|
||||
ASC_OPTIMIZE_LEVEL;
|
||||
ASC_SHRINK_LEVEL;
|
||||
ASC_FEATURE_MUTABLE_GLOBAL;
|
||||
ASC_FEATURE_SIGN_EXTENSION;
|
Reference in New Issue
Block a user