
10/16/2018 · Steven Pack
What this post added
This post details the initial exploration and developer experience of using Rust to compile WebAssembly (WASM) for Cloudflare Workers. It covers setting up the development environment with `wasm-pack` and `cargo-generate`, building a 'Hello, World!' WASM module, and integrating it into a local webpack test harness. The post also highlights challenges encountered, specifically with obtaining entropy and current time in the `wasm-unknown-unknown` target environment, and the implications for system call handling in Rust WASM.