Lines Matching defs:wasm
19473 const char * zInput; /* Input string from wasm/JS proxy */
19476 } wasm;
29849 ** Alternate one_input_line() impl for wasm mode. This is not in the primary
29854 /* Parse the next line from shellState.wasm.zInput. */
29855 const char *zBegin = shellState.wasm.zPos;
29871 shellState.wasm.zPos = z;
30348 data.wasm.zDefaultDbName = "/fiddle.sqlite3";
31002 ** SharedWorker() (which manages the wasm module) is performing work
31087 ** wasm binding. fiddle_main() must have been called before this
31093 shellState.wasm.zInput = zSql;
31094 shellState.wasm.zPos = zSql;
31096 shellState.wasm.zInput = shellState.wasm.zPos = 0;