v8dotnet
v8dotnet copied to clipboard
Dynamic module loading
Hi,
Is it possible to enable dynamic module loading?
In C++, you would call
void SetHostImportModuleDynamicallyCallback(HostImportModuleDynamicallyCallback callback)
on an isolate.
Thanks, Mike
Everything is statically linked to make things easier (fewer files to deal with for deploying to NuGet). Why did you need this? I would have to see show this affects statically linked libraries.