Articles by tag: webassembly
Rust Coreutils 0.8.0: 94.75% compatibility
Rust Coreutils 0.8.0 Release: +45% dd speed, WASI support in 70 utilities, 94.75% GNU tests. Optimizations for middle/senior dev. Study the changes.
WebAssembly SQL for Excel and Parquet in the browser
Learn how to run a C++ SQL engine in the browser for parsing XLSX, CSV, Parquet without a server. Code examples, architecture, performance. Integration for developers.
Deterministic AI Validation: End of the GPU Race
Learn why probabilistic AI models are inefficient and how a deterministic firewall on WebAssembly solves hallucinations. ASIC vs GPU benchmarks: 400x energy savings. For developers.
Rust WASM: Porting CLI to Browser
Learn how to port a console application on Rust to WebAssembly and deploy on GitLab Pages. Step-by-step code breakdown, CI, and terminal UI. Ideal for middle/senior dev.
Parser acceleration by 3 times: transition from Rust/WASM to TypeScript
Performance analysis: why abandoning WASM and porting the parser to TypeScript with an incremental algorithm resulted in 3x faster stream processing. Practical benchmarks and conclusions.