UNPKG

solive-compiler-utils

Version:
13 lines 590 B
export declare const baseURLBin = "https://binaries.soliditylang.org/bin"; export declare const baseURLWasm = "https://binaries.soliditylang.org/wasm"; export declare const pathToURL: {}; /** * Retrieves the URL of the given compiler version * @param version is the version of compiler with or without 'soljson-v' prefix and .js postfix */ /** * Checks if the worker can be used to load a compiler. * checks a compiler whitelist, browser support and OS. */ export declare function canUseWorker(selectedVersion: string): boolean; //# sourceMappingURL=compilerUtils.d.ts.map