are imported libs for Delphi available in VSC?

I'm playing with the Web Audio API and I can find it in the Delphi version of WebCore, but not in the VSC version -- either that or I just don't know where to look.

I see that the latest WebCore VSC update is supposedly up-to-date with the Delphi version.

How about the various imported libraries? These seem to just be big include files. Can they just be copied over? Or they dependent on further work that needs to be done?

webaudio.pas is available under folder "Core Source\RTL" in TMS WEB Core for Visual Studio Code, the same as in Delphi in fact.

Ok, thanks