firewalker icon indicating copy to clipboard operation
firewalker copied to clipboard

Add apple silicon support

Open tamkelvin313 opened this issue 1 year ago • 1 comments

Add apple silicon support by compiling binary build aarch64-apple-darwin of wirefilter

cargo build --release --target aarch64-apple-darwin
  • Copy the birary file compiled at last step wirefilter/target/aarch64-apple-darwin/release/libwirefilter_ffi.dylib to replace the node_modules/firewalker/lib/libwirefilter_ffi.dylib

tamkelvin313 avatar Aug 08 '22 08:08 tamkelvin313

Hey, @tamkelvin313! Thank you for the PR, I'll take a look into how this can be merged in a compatible manner.

SerCeMan avatar Sep 01 '22 07:09 SerCeMan

Thank you, @tamkelvin313! I've included the suggested improvements in https://github.com/SerCeMan/firewalker/pull/27

SerCeMan avatar Mar 05 '23 23:03 SerCeMan