singlestore-labs / singlestore-wasm-toolkit

Tools to streamline development of Wasm UDFs for SingleStoreDB.
Apache License 2.0
17 stars 8 forks source link

feat: added makefiles and tests to all examples #29

Closed pvetere closed 2 years ago

ricochet commented 2 years ago

I don't feel strongly about this but it's weird to me to add makefiles for Rust crates.

pvetere commented 2 years ago

Yeah I'm not a big fan of it either normally. But I wanted to add an easy way to run some simple writ tests (make test)