Skip to main content
Module

x/packup/before_testing.ts

📦 Zero-config web application packager in Deno
Go to Latest
File
import { ensureDir } from "./deps.ts";import { wasmCacheDir, wasmPath } from "./install_util.ts";
await ensureDir(wasmCacheDir());Deno.writeFile(wasmPath(), await Deno.readFile("esbuild.wasm"));