Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Switch from mmap to memmap to support Windows#940

Merged
bnjbvr merged 1 commit into
bytecodealliance:masterfrom
tschneidereit:memmap
Aug 26, 2019
Merged

Switch from mmap to memmap to support Windows#940
bnjbvr merged 1 commit into
bytecodealliance:masterfrom
tschneidereit:memmap

Conversation

@tschneidereit

Copy link
Copy Markdown
Member

#890 introduced a dependency on the mmap crate, which doesn't support Windows. A quick investigation showed mmap is not actively maintained, so people mostly use the memmap crate. This PR switches to that, and seems to work without issues.

@tschneidereit tschneidereit requested a review from bnjbvr August 26, 2019 11:19

@bnjbvr bnjbvr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thanks! (just waiting on CI to pass before merging)

Comment thread cranelift-filetests/src/function_runner.rs
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants