underwasm
v0.1.7
Published
A simple WebAssembly library written in Rust with the help of [`wasm-pack`](https://github.com/rustwasm/wasm-pack).
Readme
🦀🕸️ underwasm
A simple WebAssembly library written in Rust with the help of
wasm-pack.
This library was created using template wasm-pack-template
The purpose of this library is to learn about Rust + WebAssembly, it is more like a hobby for me but I would try to make it a high performant and very close drop in replacement of lodash/underscorejs.
The goal of initial version is to make it as compatible as possible with lodash, not worrying too much around allocations and speed. As the wasm-pack and supporting libraries will mature, it will be easier to glue Rust with WebAssembly.
