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 9cf293f commit 9e13964Copy full SHA for 9e13964
wasm/quicksort/benchmark.js
@@ -9,4 +9,4 @@ class Benchmark {
9
10
Module._main();
11
}
12
-}
+}
wasm/quicksort/build.sh
@@ -18,4 +18,4 @@ emcc -o build/quicksort.js \
18
-s EXPORT_NAME=setupModule \
19
quicksort.c | tee -a "$BUILD_LOG"
20
21
-echo "Building done" | tee -a "$BUILD_LOG"
+echo "Building done" | tee -a "$BUILD_LOG"
0 commit comments