import { type WebAssembly } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";
const { ModuleExportDescriptor } = WebAssembly;
A ModuleExportDescriptor
is the description of a declared export in a WebAssembly.Module
.
import { type WebAssembly } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";
const { ModuleExportDescriptor } = WebAssembly;
A ModuleExportDescriptor
is the description of a declared export in a WebAssembly.Module
.