3 matches across 1 files for func main lang:JavaScript path:tests/run-make/wasm-exceptions-nostd/verify.mjs
snippet_mode: grep · sorted by relevance
tests/run-make/wasm-exceptions-nostd/verify.mjs JAVASCRIPT 3 matches view file →
16const wasmBuffer = fs.readFileSync(wasmfile);
17
18async function main() {
19
20 let memory = new ArrayBuffer(0) // will be changed after instantiate
· · ·
57}
58
59function assert_equal(captured_output, expected_output) {
60 if (captured_output.length != expected_output.length) {
61 console.error("Unexpected number of output lines. Got", captured_output.length, "but expected", expected_output.length);
· · ·
73}
74
75await main();
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.