]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In wasm builds, ifdef out shell commands which require file I/O, pipes, or which...
authorstephan <stephan@noemail.net>
Wed, 18 May 2022 22:58:34 +0000 (22:58 +0000)
committerstephan <stephan@noemail.net>
Wed, 18 May 2022 22:58:34 +0000 (22:58 +0000)
commit02520cc8f68c12a36d72d06f56f1359a819e798c
tree8f9fd8c9ed0e32cec63a7ef828eb33c2a063ded2
parentb0dae2b3c32a7e94ffcfe1fb476fa69faeada59f
In wasm builds, ifdef out shell commands which require file I/O, pipes, or which trigger an exit() (.quit and .exit). Documented some of the quirks and limitations of the C/WASM crossover. Keep the JS code from calling into the C code after an exit() has been triggered.

FossilOrigin-Name: bee436e62a956e49b0df4a92abff2c89f2b44e21d8f593716df0331f8fc49814
ext/fiddle/fiddle.in.html
ext/fiddle/index.md
manifest
manifest.uuid
src/shell.c.in