Paul Hummer
A veteran of the software industry with over 25 years of experience, Paul has seen it all. From computer security, web development, systems programming, distributed systems, databases, programming languages, and AI, he's run the gamut across many different industries; he enjoys the challenge.
In his spare time, he appreciates two wheeled vehicles, whether internal combustion or electric powered, and runs his own prototype manufacturing company.
Session
WebAssembly promises a future for write once, run anywhere—but what happens when you want to run untrusted Wasm binaries from any language, inside a Rust runtime, with domain-specific api? Explore the gnarly details of building a domain-specific container/plugin system, bridging the mismatch between guest expectations and host responsibilities, ensuring safety and determinism, and meaningful error reporting.