Skip to content

This repository contains the code for creating WASM binaries, including 3 compiled binaries

Notifications You must be signed in to change notification settings

ntls-io/WASM-Binaries-MVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM MVP

This directory contains WASM samples for the NTLS MVP

  • get-mean-wasm contains Rust code for the WASM mean binary
  • get-median-wasm contains Rust code for the WASM median binary
  • get-sd-wasm contains Rust code for the WASM standard deviation binary

Quick Start

# Build the wasm binaries
make wasm

Cleaning Up

To maintain a clean workspace, you can use the following commands:

make clean

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

About

This repository contains the code for creating WASM binaries, including 3 compiled binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published