What practical use cases for #WebAssembly can you imagine?
Tell about it in this thread.
I use WASM to integrate software solutions across different stacks. For example, I compile a Twofish cipher implementation from C to WASM and use it in the browser. Itβs cheap and prevents reinventing the wheel.
However, WASM has limitations: no threads, no hardware acceleration, etc.
What other real-world use cases can you imagine?


