A Javascript package written in Rust leveraging WASM
Josh Finnie
[1] Gray Matter: https://www.npmjs.com/package/gray-matter
[2] WASM Frontmatter: https://www.npmjs.com/package/wasm-frontmatter
[1] https://en.wikipedia.org/wiki/WebAssembly
Below are the two tools I use to build WASM-Frontmatter:
[1] https://rustwasm.github.io/docs/wasm-bindgen/
[1] https://rustwasm.github.io/docs/wasm-pack/
$ wasm-pack new hello-world
$ cd hello-world
$ wasm-pack build
$ wasm-pack publish
$ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Josh Finnie
@joshfinnie (almost everywhere)