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

C api extract instance context from instance #602

Merged

Conversation

YaronWittenstein
Copy link
Contributor

@YaronWittenstein YaronWittenstein commented Jul 31, 2019

@YaronWittenstein YaronWittenstein deleted the c-api-extract-instance_context-from-instance branch July 31, 2019 12:54
@YaronWittenstein YaronWittenstein restored the c-api-extract-instance_context-from-instance branch July 31, 2019 12:54
@YaronWittenstein YaronWittenstein deleted the c-api-extract-instance_context-from-instance branch July 31, 2019 12:54
@YaronWittenstein YaronWittenstein restored the c-api-extract-instance_context-from-instance branch July 31, 2019 13:23
Copy link
Contributor

@bjfish bjfish left a comment

Choose a reason for hiding this comment

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

This looks good, thanks. Please change a couple of things:

  • The lib/runtime-c-api/tests/test-context binary could be removed and the filename added to: lib/runtime-c-api/tests/.gitignore
  • Please add some usage of the new wasmer_instance_context_get to the test-context.c test and some assertion to verify it works.

@YaronWittenstein YaronWittenstein force-pushed the c-api-extract-instance_context-from-instance branch from 9ba2619 to 3a84288 Compare August 1, 2019 06:00
assert(call1_result == WASMER_OK);

const wasmer_instance_context_t *ctx = wasmer_instance_context_get(instance);
counter_data *cd = (counter_data*)wasmer_instance_context_data_get(ctx);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bjfish here is a usage for the new wasmer_instance_context_get

@bjfish
Copy link
Contributor

bjfish commented Aug 1, 2019

Looks good, thanks!
bors r+

bors bot added a commit that referenced this pull request Aug 1, 2019
602: C api extract instance context from instance r=bjfish a=YaronWittenstein

Here is an example of usage:
https://github.com/spacemeshos/svm/blob/c9a9d56bd064ef18493f60082a5e38e561e1889d/crates/svm-wasmer-c-api/examples/counter.c#L132



Co-authored-by: Yaron Wittenstein <[email protected]>
@bors bors bot merged commit 5245859 into wasmerio:master Aug 1, 2019
@YaronWittenstein YaronWittenstein deleted the c-api-extract-instance_context-from-instance branch August 1, 2019 15:07
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.

2 participants