Selects 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.
Config values:
greeting.casual: hey
greeting.formal: hello
greeting.hawaiian: aloha
not.a.greeting: is ignoredScope values:
prefix: greeting.Resulting values:
casual: hey
formal: hello
hawaiian: aloha