Skip to content

Commit

Permalink
Disable WASM engine for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed Nov 13, 2023
1 parent d7f9501 commit 18fd07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/leftSidebar/Create.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// Only displayed if there is actually an error
let errorMessage: string = "An error occurred.";
// Whether to run with WASM or HTTP API
let runner: "wasm" | "api" = "wasm";
let runner: "wasm" | "api" = "api";
// Controller to abort the fetch request if the user cancels. This is in
// the global scope so that it can be accessed by the abort button, but
// only initialised inside acceptChangesAndCalculate()
Expand Down

0 comments on commit 18fd07f

Please sign in to comment.