#wasm
2 posts tagged with #wasm
Every article below is hand-written, technically reviewed, and focused on wasm. Posts cover real-world architecture decisions, code-level implementation patterns, and trade-offs you'll only discover after shipping production systems.
Developer Tools How to Run Anubis WASM Bot Filter as a Reverse Proxy [2026]
Install Anubis (WASM) in front of your app, forward real client IPs correctly, tune challenges to avoid blocking humans, and ship with a rollback plan.
Developer Tools Rust WASM vs TypeScript Performance: Why the 'Faster' Language Lost by 25% [2026]
A developer rewrote a Rust WASM JSON parser in TypeScript and it ran 25% faster. Here's why the JS/WASM bridge kills performance for the wrong workloads.