summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 214134f60..251fba2ee 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -76,6 +76,7 @@ ts_sources = [
"js/headers.ts",
"js/io.ts",
"js/libdeno.ts",
+ "js/lib.web_assembly.d.ts",
"js/main.ts",
"js/make_temp_dir.ts",
"js/metrics.ts",
@@ -186,6 +187,8 @@ run_node("deno_runtime_declaration") {
rebase_path("tools/ts_library_builder/main.ts", root_build_dir),
"--basePath",
rebase_path(".", root_build_dir),
+ "--inline",
+ rebase_path("js/lib.web_assembly.d.ts", root_build_dir),
"--buildPath",
rebase_path(root_build_dir, root_build_dir),
"--outFile",