
Making Arcjet's Wasm bot detector smaller and faster
Reducing WebAssembly bundle size: how Arcjet shrank its Rust bot detector 27% with Aho-Corasick, keeping per-request memory isolation and using Wizer snapshots.
6 posts

Reducing WebAssembly bundle size: how Arcjet shrank its Rust bot detector 27% with Aho-Corasick, keeping per-request memory isolation and using Wizer snapshots.

How to run Wasm in Java - how does Wasm interact with the JVM and what options are there for Java Wasm runtimes?

Using Nom to create a safe email validation parser in Rust. How to create combinator parsing that can be compiled to WebAssembly.

Server-side WebAssembly: Unifying cross-language logic for high performance and data privacy. Learn how Arcjet leverages WASM for local-first processing.

How Arcjet is running WebAssembly Components on Vercel's Edge Runtime.

Building and compiling a Rust FFI library so it can be executed from Go.