warp
warp copied to clipboard
[REQ] Support custom namespaces for custom types
Description
Currently, everything needs to go into the wp namespace, which is awkward. We should support custom C++ namespaces (e.g., stuff::MyCustomType) and maybe Python as well (e.g., stuff.MyCustomType).