v8dotnet icon indicating copy to clipboard operation
v8dotnet copied to clipboard

Dynamic module loading

Open MikeJohnsonDev opened this issue 5 years ago • 1 comments

Hi,

Is it possible to enable dynamic module loading?

In C++, you would call

void SetHostImportModuleDynamicallyCallback(HostImportModuleDynamicallyCallback callback)

on an isolate.

Thanks, Mike

MikeJohnsonDev avatar May 09 '20 10:05 MikeJohnsonDev

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.

rjamesnw avatar May 22 '20 04:05 rjamesnw