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 ede042d commit aec42ccCopy full SHA for aec42cc
std/assembly/index.d.ts
@@ -90,6 +90,12 @@ declare const ASC_FEATURE_MULTI_VALUE: bool;
90
declare const ASC_FEATURE_GC: bool;
91
/** Whether the memory64 feature is enabled. */
92
declare const ASC_FEATURE_MEMORY64: bool;
93
+/** Major version of the compiler. */
94
+declare const ASC_VERSION_MAJOR: i32;
95
+/** Minor version of the compiler. */
96
+declare const ASC_VERSION_MINOR: i32;
97
+/** Patch version of the compiler. */
98
+declare const ASC_VERSION_PATCH: i32;
99
100
// Builtins
101
0 commit comments