WebAssembly
Burn supports WebAssembly (WASM) execution using the Flex and WebGpu backends, allowing
models to run directly in the browser.
Check out the following examples:
When targeting WebAssembly, certain dependencies require additional configuration. In particular,
the getrandom crate requires explicit setting when using WebGpu.