mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
203 B
203 B
How to build
Prerequisite
wasm-pack
is required.
cargo install wasm-pack
Build
deno run --allow-read --allow-write --allow-run ./build.ts
wasm.js
will be generated.