[SalesForce] Using third-party Web Components with Lightning Web Components

Is it possible to use third-party standard Web Components with Lightning Web Components?
I have seen the documentation about third-party libraries. But what about web components? Has anyone tried to integrate those into your own Lightning Web Components?

Best Answer

It's impossible to use standard web components in LWC nor in Aura. The customElement.defines API to define a native custom element is currently blocked by Locker because of the security implications this API has.