Skip to content

Commit f3859e0

Browse files
committed
doc update
1 parent 64faadd commit f3859e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ twr-wasm is a simple, lightweight and easy to use library for building C/C++ Web
1414
- from JavaScript load `.wasm` modules, call C/C++ functions, and access wasm memory
1515
- comprehensive console support for `stdin`, `stdio`, and `stderr`.
1616

17-
- in C/C++, print and get characters to/from `<div>` tags in your HTML page
18-
- in C/C++, print and get characters to/from a `<canvas>` based "terminal"
19-
- localization support, UTF-8, and windows-1252 support
17+
- in C/C++, print and get characters to/from `<div>` tags in your HTML page
18+
- in C/C++, print and get characters to/from a `<canvas>` based "terminal"
19+
- localization support, UTF-8, and windows-1252 support
2020

2121
- the optional TypeScript `class twrWasmModuleAsync` can be used to:
2222

23-
- integrate CLI C/C++ code with JavaScript
24-
- In JavaScript `await` on blocking/synchronous C/C++ functions.
25-
23+
- integrate CLI C/C++ code with JavaScript
24+
- In JavaScript `await` on blocking/synchronous C/C++ functions.
25+
2626
- 2D drawing API for C/C++ compatible with JavaScript Canvas
2727
- audio playback APIs for C/C++
2828
- create your own C/C++ APIs using TypeScript by extending `class twrLibrary`

0 commit comments

Comments
 (0)