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

Fix lseek in emscripten #513

Merged
merged 8 commits into from
Jun 27, 2019
Merged

Fix lseek in emscripten #513

merged 8 commits into from
Jun 27, 2019

Conversation

syrusakbary
Copy link
Member

Fix lseek in emscripten

let offset_low: i32 = varargs.get(ctx);
let result_ptr_value = varargs.get::<i32>(ctx);
let result_ptr_value: i32 = varargs.get(ctx);
Copy link
Contributor

Choose a reason for hiding this comment

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

let memory = ctx.memory(0);
let result_ptr_value: WasmPtr<i64> = varargs.get(ctx).unwrap();

let result_ptr =result_ptr_value.deref(memory);
result_ptr.set(ret);

Will do what you want I think!

Copy link
Contributor

Choose a reason for hiding this comment

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

and it doesn't need that assert or any of the emscripten_memory_pointer stuff

@syrusakbary
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Jun 27, 2019
513: Fix lseek in emscripten r=syrusakbary a=syrusakbary

Fix lseek in emscripten

Co-authored-by: Syrus <me@syrusakbary.com>
@bors
Copy link
Contributor

bors bot commented Jun 27, 2019

@bors bors bot merged commit 6cc41f8 into master Jun 27, 2019
@bors bors bot deleted the feature/emscripten-fix-lseek branch June 27, 2019 19:58
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