From: stephan Date: Thu, 19 May 2022 15:58:13 +0000 (+0000) Subject: Numerous layout tweaks, the most significant being that the layout now adapts to... X-Git-Tag: version-3.39.0~132^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38240592ad483954d9d10055dec39ebd1af504ce;p=thirdparty%2Fsqlite.git Numerous layout tweaks, the most significant being that the layout now adapts to the window size. Swapped positions of the input/output areas. This version supports, by uncommenting a few bits, a jquery.terminal-based view but alternatives to that 300kb dependency are still under investigation. FossilOrigin-Name: 1aad3642c9fc14c25223628a309d84decc8d73a123e42d6efdc36d855b5b0666 --- diff --git a/ext/fiddle/fiddle.in.html b/ext/fiddle/fiddle.in.html index b78019565a..a14bf5b4b4 100644 --- a/ext/fiddle/fiddle.in.html +++ b/ext/fiddle/fiddle.in.html @@ -4,6 +4,8 @@ sqlite3 fiddle + -
sqlite3 fiddle
+
sqlite3 fiddle
Initializing app...
@@ -123,75 +154,56 @@
-
- Options -
- - - - - - - - - - - - -
-
-
-
- -
- - - +
+ + + +
-
-
- -
- +
+ +
+ +
-
-
-
- Notes and Caveats - -
-

- This JavaScript application runs a C application which has been - compiled into WASM (Web Assembly). As such, it has certain - limitations. Those include, but are not limited to: -

-
    -
  • It cannot recover after a call to - exit(). If the native code triggers - an exit, reloading the page is the only way to restart - the application. (Making the app restartable without reloading - the page would require significant surgery in the C code.) -
  • -
  • It cannot perform any file I/O, and running - any command which attempts to do so might trigger an - exit(). -
  • -
  • A number of dot-commands available in the CLI shell are - explicitly removed from this version of the shell. -
  • -
-
+