mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
8e914be742
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. |
||
---|---|---|
.. | ||
src | ||
build.ts | ||
Cargo.lock | ||
Cargo.toml | ||
hash.ts | ||
README.md | ||
wasm.js |
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.