design icon indicating copy to clipboard operation
design copied to clipboard

Namespaces

Open SoniEx2 opened this issue 2 years ago • 2 comments

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.

SoniEx2 avatar Dec 18 '22 01:12 SoniEx2