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 e410f65 commit cd461c2Copy full SHA for cd461c2
.github/workflows/ci.yml
@@ -46,4 +46,4 @@ jobs:
46
gzip -d src/slang-wasm.wasm.gz
47
cp src/slang-wasm.wasm ./
48
cp slang-repo/tests/wasm/smoke/smoke-test.js slang-repo/
49
- node slang-repo/smoke-test.js src/slang/rand_float.slang computeMain
+ node slang-repo/smoke-test.js engine/slang-compilation-engine/src/slang/rand_float.slang computeMain
0 commit comments