WebAssembly playground
Try below page.
https://orleika.github.io/wasm-playground/index.html
emcc src/quicksort.c -O3 -s WASM=1 -s "MODULARIZE=1" -s "EXPORTED_FUNCTIONS=['_sort']" -o dist/quicksort.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|
WebAssembly playground
Try below page.
https://orleika.github.io/wasm-playground/index.html
emcc src/quicksort.c -O3 -s WASM=1 -s "MODULARIZE=1" -s "EXPORTED_FUNCTIONS=['_sort']" -o dist/quicksort.js