From d1eba784b9d902ac6043c1b76e64382d43fbc261 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 24 Feb 2022 19:09:55 -0800 Subject: Add WASM modules but disable it for now --- src/api/schema.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/api/schema.js') diff --git a/src/api/schema.js b/src/api/schema.js index d6dbfe1c3..f2e9b24a5 100644 --- a/src/api/schema.js +++ b/src/api/schema.js @@ -7,6 +7,7 @@ const Loader = { 6: 6, 7: 7, 8: 8, + 9: 9, jsx: 1, js: 2, ts: 3, @@ -15,6 +16,7 @@ const Loader = { file: 6, json: 7, toml: 8, + wasm: 9, }; const LoaderKeys = { 1: "jsx", @@ -25,6 +27,7 @@ const LoaderKeys = { 6: "file", 7: "json", 8: "toml", + 9: "wasm", jsx: "jsx", js: "js", ts: "ts", @@ -33,6 +36,7 @@ const LoaderKeys = { file: "file", json: "json", toml: "toml", + wasm: "wasm", }; const FrameworkEntryPointType = { 1: 1, -- cgit v1.2.3