Hacker News new | ask | show | jobs
by raboukhalil 2673 days ago
Yes! Here's the table of contents: http://www.levelupwasm.com/toc.pdf

And for a sample of the writing, here's the section on compiling the CLI tool jq to WebAssembly: http://levelupwasm.com/sample-jq.pdf (though note that it builds on previous material so it doesn't re-explain everything)

Edit: Also, if you're curious about using WebAssembly in genomics, check out https://github.com/robertaboukhalil/aioli/ and https://github.com/robertaboukhalil/fastq.bio, a tool to get a preview of DNA sequencing quality that uses WebAssembly to speed up the analysis portions.

1 comments

Awesome! Thank you.