diff options
author | stephan <stephan@noemail.net> | 2022-12-05 14:13:55 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-05 14:13:55 +0000 |
commit | e1d25177c2acf7c3584c29ba9979427c4ac4060e (patch) | |
tree | c84c189c70ed53ac6439cc92115395425b4f7fca /ext/wasm/common/emscripten.css | |
parent | e0818715b7fdadfba5bb23472048987b339b9f15 (diff) | |
download | sqlite-e1d25177c2acf7c3584c29ba9979427c4ac4060e.tar.gz sqlite-e1d25177c2acf7c3584c29ba9979427c4ac4060e.zip |
Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.
FossilOrigin-Name: 44659ad32a9fe6363badfc5dbb0bd51d6fb2ee1c8aa47b71e9cf3dbd631fde9e
Diffstat (limited to 'ext/wasm/common/emscripten.css')
-rw-r--r-- | ext/wasm/common/emscripten.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/common/emscripten.css b/ext/wasm/common/emscripten.css index 7e3dc811d..d8f82c73b 100644 --- a/ext/wasm/common/emscripten.css +++ b/ext/wasm/common/emscripten.css @@ -1,4 +1,4 @@ -/* emcscript-related styling, used during the module load/intialization processes... */ +/* emscripten-related styling, used during the module load/intialization processes... */ .emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; } div.emscripten { text-align: center; } div.emscripten_border { border: 1px solid black; } |