singlestore-wasm-toolkit
singlestore-wasm-toolkit copied to clipboard
Tools to streamline development of Wasm UDFs for SingleStoreDB.
- changed make target for test to depend on a wasm module. That way we can test both release and debug in the CI. - If I spied rust unit...
Implements #11
- recurse through dirs and build all - hook for running tests in each proj - in main gh action, secret for publish to GCS - filter by changed files
Fixed SIMD is enabled by default in the [wasmtime runtime](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.wasm_simd). A very straightforward example with few dependencies is desired before adding a more complex real-world use-case. For example `multiply_arrays` from...