All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.polywrap.configBuilder.NativeBundle.kt Maven / Gradle / Ivy

There is a newer version: 0.10.4
Show newest version
package io.polywrap.configBuilder

/**
 * Default configuration bundles are defined in the FFI native code.
 * They implement the [Bundle] interface and can be added to a [ConfigBuilder].
 * However, they cannot be used to override other configuration values.
 */
enum class NativeBundle {
    /**
     * The System bundle contains packages that interface with the host system, including:
     * - filesystem
     * - HTTP
     */
    System,

    /**
     * The Web3 bundle contains packages that interface with decentralized networks like Ethereum and IPFS.
     */
    Web3
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy