Skip to content

Commit

Permalink
Fix wasm node 18 incompatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambates committed Nov 9, 2023
1 parent 5f86855 commit 46edc9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions wasm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
capstone
8 changes: 8 additions & 0 deletions wasm/build_cstool.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
git clone [email protected]:capstone-engine/capstone.git
cd capstone
emmake make libcapstone.a OS=linux CAPSTONE_ARCHS=m68k
cd cstool
emmake make OS=linux CAPSTONE_ARCHS=m68k
cp cstool.wasm ../../
cp cstool ../../
Loading

0 comments on commit 46edc9c

Please sign in to comment.