Skip to content

Commit 72bdffb

Browse files
committed
fix readme formatting
1 parent 34c1b23 commit 72bdffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ twr-wasm is a simple, lightweight and easy to use library for building C/C++ Web
1212
- in C/C++, print and get characters to/from a `<canvas>` based "terminal"
1313
- localization support, UTF-8, and windows-1252 support
1414
- the optional TypeScript `class twrWasmModuleAsync` can be used to:
15-
- integrate a C/C++ Read-Eval-Print Loop (REPL) with JavaScript
16-
- integrate a C/C++ CLI or Shell with JavaScript
17-
- In JavaScript `await` on blocking/synchronous C/C++ functions.
15+
- integrate a C/C++ Read-Eval-Print Loop (REPL) with JavaScript
16+
- integrate a C/C++ CLI or Shell with JavaScript
17+
- In JavaScript `await` on blocking/synchronous C/C++ functions.
1818
- 2D drawing API for C/C++ compatible with JavaScript Canvas
1919
- audio playback APIs for C/C++
2020
- create your own C/C++ APIs using TypeScript by extending `class twrLibrary`

0 commit comments

Comments
 (0)