# Deno WASM loader and executor ## Building: ```bash $ ~/cargo/bin/rustup run nightly wasm-pack build --target web ``` ## Executing: ```bash $ deno run --allow-web --allow-read index.ts ``` ## Requirements: Deno: - [deno.com](https://deno.com/runtime)