UNPKG

@kubiklabs/wasmkit

Version:

Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.

5 lines (4 loc) 254 B
import { WasmkitRuntimeEnvironment } from "../../types"; export declare function getRustcVersion(): string; export declare function getWebAssemblyInstalled(): boolean; export declare function canCompile(env: WasmkitRuntimeEnvironment): Promise<boolean>;