componentized

20 packages

componentized:cli-stderr-to-stdoutComponent0.1.1Redirects stderr's output stream to stdout.
componentized:cli-stdout-to-stderrComponent0.1.1Redirects stdout's output stream to stderr.
componentized:config-defaultsComponent0.2.1Combines value from two wasi:config/stores into a single store. The 'store' import is the base set of values, while the 'defaults' import, a mirror of the store interface, contributes default values when the config does not contain a value.
componentized:config-emptyComponent0.2.1Exposes an empty wasi:config/store which returns neither errors, nor values.
componentized:config-from-environmentComponent0.2.1Exposes the content of wasi:cli/environment variables as wasi:config/store.
componentized:config-overlayComponent0.2.1Combines value from two wasi:config/stores into a single store. The 'store' import is the base set of values, while the 'overlay' import, a mirror of the store interface, contributes additional values overriding in the case of a conflict.
componentized:config-remapComponent0.2.1Maps the keys in a wasi:config/store based on the content of a 'mapping' import which mimics wasi:config/store.
componentized:config-scopeComponent0.2.1Selects keys in a wasi:config/store matching a scope prefix based on the content of a 'scope' import which mimics wasi:config/store. The scope value is removed from the resulting keys, and keys not matching the scope prefix are ignored.
componentized:filesystem-chrootComponent0.2.1Virtualizes the wasi:filesystem interfaces limiting all access to a specific directory defined by the 'path' key in a wasi:config/store, mimicking the Unix chroot command.
componentized:filesystem-readonlyComponent0.2.1Virtualizes the wasi:filesystem interfaces making the exported file system read-only.
componentized:filesystem-tracingComponent0.2.1Virtualizes the wasi:filesystem interfaces logging all method calls at the TRACE level and 'filesystem' component.
componentized:logging-levelsComponent0.2.1Virtual logger that selectively emits log events based on the context and level.
componentized:logging-to-stdoutComponent0.2.1Implements wasi:logging/logging@0.1.0-draft writing log statements to stdout via wasi:cli/stdout@0.2.3. Timestamps for each log statement are generated from wasi:clocks/wall-clock@0.2.3.
componentized:services-credential-configComponent0.0.4
componentized:services-filesystem-credential-adminComponent0.0.4
componentized:services-filesystem-credential-storeComponent0.0.4
componentized:services-filesystem-lifecycleComponent0.0.4
componentized:servicesInterface0.0.4
componentized:services-keyvalue-credential-adminComponent0.0.4
componentized:services-keyvalue-credential-storeComponent0.0.4