File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments