@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
12 lines (11 loc) • 342 B
text/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'