-
Notifications
You must be signed in to change notification settings - Fork 105
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
Documentation updates #685
Conversation
# Differences with bellard/quickjs | ||
|
||
This project aims to be a drop-in replacement for those already using QuickJS. | ||
Minimal API changes might be necessary. |
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.
We should probably flesh those out. The only one that comes to mind is class ids may need tweaking.
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.
- The malloc function changes
- SetOpaque can fail
Though those 2 are rare to see and maybe belong in advanced use cases...
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.
On my next pass I'll try and add some "migration" section.
No description provided.