@zerochain/sdk
Version:
The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executi
6 lines (5 loc) • 337 B
TypeScript
export { createWasm } from '../setup/createWasm';
export { checkIfWasmLoaded, awaitWasmLoad, updateWasmMode, getDesiredMode, isDesiredWasmInitialized, } from '../setup/wasmLoader/createWasmLoader';
export { getWasm, resetGoWasm } from '../setup/wasm';
export * from '../sdk';
export { wasmLoader } from '../setup/wasmLoader/wasmLoader';