Lines Matching refs:wasm
1195 const char * zInput; /* Input string from wasm/JS proxy */
1198 } wasm; member
11041 ** Alternate one_input_line() impl for wasm mode. This is not in the primary impl
11046 /* Parse the next line from shellState.wasm.zInput. */
11047 const char *zBegin = shellState.wasm.zPos;
11063 shellState.wasm.zPos = z;
11490 data.wasm.zDefaultDbName = "/fiddle.sqlite3";
12093 ** SharedWorker() (which manages the wasm module) is performing work
12168 ** wasm binding. fiddle_main() must have been called before this
12174 shellState.wasm.zInput = zSql;
12175 shellState.wasm.zPos = zSql;
12177 shellState.wasm.zInput = shellState.wasm.zPos = 0;