import { M } from "https://deno.land/x/lucid@0.10.6/src/core/core.ts";
const { instantiate } = M;
Instantiates an instance of the Wasm module returning its functions.
x/lucid/src/core/core.ts>M.instantiate
import { M } from "https://deno.land/x/lucid@0.10.6/src/core/core.ts";
const { instantiate } = M;
Instantiates an instance of the Wasm module returning its functions.