aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/common/emscripten.css
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-05 14:13:55 +0000
committerstephan <stephan@noemail.net>2022-12-05 14:13:55 +0000
commite1d25177c2acf7c3584c29ba9979427c4ac4060e (patch)
treec84c189c70ed53ac6439cc92115395425b4f7fca /ext/wasm/common/emscripten.css
parente0818715b7fdadfba5bb23472048987b339b9f15 (diff)
downloadsqlite-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.css2
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; }