instantiate(options?: InstantiationOptions): Promise<{ stats: stats; }>
Asynchronously instantiate the Wasm module. This needs to occur before using other exported functions.
optional
options: InstantiationOptions
A static code analysis tool for JavaScript and TypeScript.
instantiate(options?: InstantiationOptions): Promise<{ stats: stats; }>
Asynchronously instantiate the Wasm module. This needs to occur before using other exported functions.
options: InstantiationOptions
Add Package
deno add jsr:@higher-order-testing/nocuous
Import symbol
import { instantiate } from "@higher-order-testing/nocuous";
Import directly with a jsr specifier
import { instantiate } from "jsr:@higher-order-testing/nocuous";
Add Package
pnpm i jsr:@higher-order-testing/nocuous
pnpm dlx jsr add @higher-order-testing/nocuous
Import symbol
import { instantiate } from "@higher-order-testing/nocuous";
Add Package
yarn add jsr:@higher-order-testing/nocuous
yarn dlx jsr add @higher-order-testing/nocuous
Import symbol
import { instantiate } from "@higher-order-testing/nocuous";
Add Package
vlt install jsr:@higher-order-testing/nocuous
Import symbol
import { instantiate } from "@higher-order-testing/nocuous";
Add Package
npx jsr add @higher-order-testing/nocuous
Import symbol
import { instantiate } from "@higher-order-testing/nocuous";
Add Package
bunx jsr add @higher-order-testing/nocuous
Import symbol
import { instantiate } from "@higher-order-testing/nocuous";