-
Notifications
You must be signed in to change notification settings - Fork 824
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
Remote code loading framework. #416
Conversation
It would be nice to have a README.md in Also, could we add some unit or integration tests for the new functionality? |
if imports.allow_missing_functions { | ||
functions.push(vm::ImportedFunc { | ||
func: ::std::ptr::null(), | ||
vmctx: ::std::ptr::null_mut(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice if we could mock missing imports again (which is a separate feature though). We used to mock imports and just print a message like "mock import func_test
called".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the currently implementation the program receives a SIGSEGV when a null imported function is called, which I think is fine for now.
The import mocking feature can be added in a separate PR.
bors try |
tryBuild failed |
bors try |
bors try |
bors try |
bors r+ |
Timed out |
bors r+ |
No description provided.