I made some minimal first steps with #wasm using #wasmpack in #Rust so I can call #hsml in #nodejs 🚀

Now I can try to implement a `vite-plugin-vue-hsml` to support
```
<template lang="hsml"/>
h1 This is hsml :)
</template>
```
in `.vue` files

https://github.com/Shinigami92/hsml/pull/6/files

feat: wasm by Shinigami92 · Pull Request #6 · Shinigami92/hsml

A pug-inspired HTML preprocessor. Contribute to Shinigami92/hsml development by creating an account on GitHub.

GitHub
WebAssembly: Go vs Rust vs AssemblyScript

Imagine you are working on the next big thing that runs in the browser, and it requires some heavy-duty code, which need to run fast and efficient. You remember that your friend Jack told you about WebAssembly (Wasm), which supposedly runs faster than JavaScript (JS), so you decide to check it out. The thing you are working on involves sorting large amounts of data, so you test a pure JS implementation first.

Ecostack

I just finished a new webapp.

Ragroc allow you to generate random sequences (in raw, fasta, fastq format) and make reverse complement.

https://natir.github.io/ragroc/

All the computation are done on the browser in webassembly.

Thanks to the #wasmpack and #picniccss team.

Ragroc: Random dnA Generator and Reverse tnemelpmOC