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

add implementation for v8::Module #104

Closed
wants to merge 26 commits into from
Closed

add implementation for v8::Module #104

wants to merge 26 commits into from

Conversation

bartlomieju
Copy link
Member

No description provided.

@bartlomieju bartlomieju requested a review from ry December 21, 2019 10:59
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

src/module.rs Outdated
Comment on lines 11 to 13
// Ideally the return value would be Option<Local<Module>>... but not FFI-safe
type ResolveCallback =
extern "C" fn(Local<Context>, Local<String>, Local<Module>) -> *mut Module;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V8 expects MaybeLocal<Module> from this callback.

@bartlomieju
Copy link
Member Author

bartlomieju commented Dec 22, 2019

DEPENDS ON #110 and #111

Depends on #113 and #114

@ry
Copy link
Member

ry commented Dec 24, 2019

landed in 3ec3b07

@ry ry closed this Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants