Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic module loading #32

Open
MikeJohnsonDev opened this issue May 9, 2020 · 1 comment
Open

Dynamic module loading #32

MikeJohnsonDev opened this issue May 9, 2020 · 1 comment
Labels
awaitinguserinput Waiting on more input form user(s).

Comments

@MikeJohnsonDev
Copy link

Hi,

Is it possible to enable dynamic module loading?

In C++, you would call

void SetHostImportModuleDynamicallyCallback(HostImportModuleDynamicallyCallback callback)

on an isolate.

Thanks,
Mike

@rjamesnw
Copy link
Owner

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 rjamesnw added the awaitinguserinput Waiting on more input form user(s). label May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaitinguserinput Waiting on more input form user(s).
Projects
None yet
Development

No branches or pull requests

2 participants