singlestore-wasm-toolkit icon indicating copy to clipboard operation
singlestore-wasm-toolkit copied to clipboard

Tools to streamline development of Wasm UDFs for SingleStoreDB.

Results 6 singlestore-wasm-toolkit issues
Sort by recently updated
recently updated
newest added

- 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...

- 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...

example