import { WebAssembly } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.shared_globals.d.ts";
const { LinkError } = WebAssembly;
The WebAssembly.LinkError
object indicates an error during module instantiation
(besides traps from the start function).