We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f7632 commit d85299fCopy full SHA for d85299f
package.json
@@ -15,7 +15,7 @@
15
"build": "node scripts/build_instrumentation.js && tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json",
16
"test:as": "node bin/as-test.js",
17
"test:ts": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
18
- "test:cpp": "cmake -B build -S . && cmake --build build && build/bin/wasm-instrumentation-test",
+ "test:cpp": "cmake -B build -S . && cmake --build build --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test",
19
"test": "npm run test:as && npm run test:ts && npm run test:cpp",
20
"lint": "eslint src assembly tests/ts/test --max-warnings=0 && prettier -c .",
21
"lint:fix": "eslint src assembly --fix && npx prettier --write .",
0 commit comments