This directory contains WASM samples for the NTLS MVP
get-mean-wasm
contains Rust code for the WASM mean binaryget-median-wasm
contains Rust code for the WASM median binaryget-sd-wasm
contains Rust code for the WASM standard deviation binary
# Build the wasm binaries
make wasm
To maintain a clean workspace, you can use the following commands:
This command removes generated files and artifacts from the build process, including:
- Cleans up the WASM binaries for mean, median, and standard deviation.
Run it as follows:
make clean