-
Notifications
You must be signed in to change notification settings - Fork 314
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
docs: Host Implementation Guide #159
Conversation
- Do not explicitly skip .git dir, all . files are ignored by default. - Set quiet level mask to 4 to ignore misspells that are disabled for automatic correction. In this case we want to allow "uint".
docs/Host_Guide.md
Outdated
The implementation can be done in object-oriented manner. | ||
The ::evmc_host_interface lists the methods any Host must implement. | ||
|
||
Moreover, each of methods has a pointer to ::evmc_context |
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.
each of the methods
docs/Host_Guide.md
Outdated
The ::evmc_host_interface lists the methods any Host must implement. | ||
|
||
Moreover, each of methods has a pointer to ::evmc_context | ||
as a parameter. The context is owned entirely to the Host allowing a Host instance |
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.
owned entirely by the Host
or belongs entirely to the Host
Comments about codespell change:
Perhaps with a different version of codespell, it did consume
There is a whitelist file to allow specific things which are caught by it otherwise. |
Partly addresses #88.
Guide: https://2540-66214407-gh.circle-artifacts.com/0/docs/hostguide.html.