Skip to content

Commit

Permalink
README.md: update doc with a note on OS support
Browse files Browse the repository at this point in the history
Mention that we support all of Linux/MacOS/Windows, but that the JIT
does not work on Windows (see issue #21 about that).
  • Loading branch information
qmonnet committed Oct 10, 2018
1 parent d401150 commit d5bf1ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ a disassembler.
It is based on Rich Lane's [uBPF software](https://github.com/iovisor/ubpf/),
which does nearly the same, but is written in C.

The crate is supposed to compile and run on Linux, MacOS X, and Windows,
although the JIT-compiler does not work with Windows at this time.

## Link to the crate

This crate is available from [crates.io](https://crates.io/crates/rbpf), so it
Expand Down

0 comments on commit d5bf1ae

Please sign in to comment.