Skip to content

Commit

Permalink
Unnecessary directive
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Feb 6, 2024
1 parent 6d6506a commit fcdfe33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 0 additions & 2 deletions wasm/Colors.civet
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'civet coffeePrototype'

class Colors
entries: Array<{ color: string, div?: HTMLDivElement, threadNumber?: number }> = [
{ color: 'rgb(0, 173, 0)' },
Expand Down

0 comments on commit fcdfe33

Please sign in to comment.