Lines Matching defs:wasm
15599 const char * zInput; /* Input string from wasm/JS proxy */
15602 } wasm;
25445 ** Alternate one_input_line() impl for wasm mode. This is not in the primary impl
25450 /* Parse the next line from shellState.wasm.zInput. */
25451 const char *zBegin = shellState.wasm.zPos;
25467 shellState.wasm.zPos = z;
25894 data.wasm.zDefaultDbName = "/fiddle.sqlite3";
26497 ** SharedWorker() (which manages the wasm module) is performing work
26572 ** wasm binding. fiddle_main() must have been called before this
26578 shellState.wasm.zInput = zSql;
26579 shellState.wasm.zPos = zSql;
26581 shellState.wasm.zInput = shellState.wasm.zPos = 0;