Skip to main content
Module

x/deno_csrf/compile-release.sh

Provides Deno with the CSRF protection of rust-csrf.
Go to Latest
File
#!/bin/sh
cargo install wasm-bindgen-clirustup target add wasm32-unknown-unknowncargo build --lib --release --target wasm32-unknown-unknownwasm-bindgen --target deno target/wasm32-unknown-unknown/release/csrf_wasm.wasm --out-dir ./pkg