summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/lib.web_assembly.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib.web_assembly.d.ts b/js/lib.web_assembly.d.ts
index 1ec6a7943..e69c4c629 100644
--- a/js/lib.web_assembly.d.ts
+++ b/js/lib.web_assembly.d.ts
@@ -165,4 +165,5 @@ declare namespace WebAssembly {
// TODO Move ImportMeta intos its own lib.import_meta.d.ts file?
interface ImportMeta {
url: string;
+ main: boolean;
}