@knuth/js-wasm
Advanced tools
+1
-1
| { | ||
| "name": "@knuth/js-wasm", | ||
| "version": "2.2.0", | ||
| "version": "2.3.0", | ||
| "publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
+17
-8
| export declare class Kth { | ||
| static getLibconfig(): { | ||
| architecture: string; | ||
| osName: string; | ||
| endianness: string; | ||
| compilerName: string; | ||
| compilerVersion: string; | ||
| optimizationLevel: string; | ||
| cppapiBuildTimestamp: number; | ||
| capiBuildTimestamp: number; | ||
| wasmBuildTimestamp: number; | ||
| typeSizesInt: number; | ||
| typeSizesLong: number; | ||
| typeSizesPointer: number; | ||
| cppapiVersion: string; | ||
| capiVersion: string; | ||
| wasmLibraryVersion: string; | ||
| logLibrary: "boost" | "spdlog" | "binlog"; | ||
| useLibmdbx: boolean; | ||
| version: string; | ||
| microarchitectureId: string; | ||
| marchNames: string; | ||
| currency: "bitcoin" | "bitcoin_cash" | "litecoin"; | ||
| currencySymbol: string; | ||
| mempool: boolean; | ||
| dbReadonly: boolean; | ||
| debugMode: boolean; | ||
| architecture: string; | ||
| osName: string; | ||
| compilerName: string; | ||
| compilerVersion: string; | ||
| optimizationLevel: string; | ||
| capiBuildTimestamp: number; | ||
| emscriptenVersion: string; | ||
| wasmBuildTimestamp: number; | ||
| }; | ||
| } | ||
| export default Kth; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
612741
1.17%626
3.64%