From fcdfe332f7356f788069881db21a08a486c4f06e Mon Sep 17 00:00:00 2001 From: William Baker Date: Tue, 6 Feb 2024 09:37:32 -0500 Subject: [PATCH] Unnecessary directive --- README.md | 2 +- wasm/Colors.civet | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3388457..2d4f459 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ As such, it is recommended to use C++20 or later if performance is a concern. (I ### Compiling for the web -The wasm directory contains most of the wrapper/glue code necessary to run the interpreter in a browser. Emscripten 3.1.41 or later and Node 16.17 or later are required. +The wasm directory contains most of the wrapper/glue code necessary to run the interpreter in a browser. Emscripten 3.1.41 or later and Node 18.16 or later are required. Run the shell script `build_wasm.sh` to compile the project to webassembly and to generate the JS glue code. Then, you can run `npm start` to host it locally (at http://localhost:3000). diff --git a/wasm/Colors.civet b/wasm/Colors.civet index 0990a4b..8b2daaf 100644 --- a/wasm/Colors.civet +++ b/wasm/Colors.civet @@ -1,5 +1,3 @@ -'civet coffeePrototype' - class Colors entries: Array<{ color: string, div?: HTMLDivElement, threadNumber?: number }> = [ { color: 'rgb(0, 173, 0)' },