Fix a format issue

Queeny
2019-11-07 20:14:49 +08:00
parent 1e6cb30040
commit 967552fa1b

@@ -292,7 +292,8 @@ The solution is to upgrade to Go 1.11.2 or later.
** This is compiled with https://tinygo.org[TinyGo] instead of standard go, resulting in a **19.37kB (compressed)** wasm file.
## Database
* * https://github.com/pingcap/tidb/pull/13069[TiDB-Wasm] - Running TiDB, a golang database in the browser on Wasm. https://tour.tidb.io/[DEMO on running TiDB SQL statements].
* https://github.com/pingcap/tidb/pull/13069[TiDB-Wasm] - Running TiDB, a golang database in the browser on Wasm.
** https://tour.tidb.io/[DEMO on running TiDB SQL statements].
## WebGL canvas (3D)
* https://bobcob7.github.io/wasm-basic-triangle/[Basic triangle] (https://github.com/bobcob7/wasm-basic-triangle[source code]) - Creates a basic triangle in WebGL