design
design copied to clipboard
Namespaces
wasm currently has modules. it'd be nice to see fully-featured namespaces as well.
what are namespaces? to put it simply, it's the ability to use arrays of strings as names.
instead of a function being named "foo_bar", it can be named ["foo", "bar"].
that's it, that's the whole feature request.