-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wasm node 18 incompatibility issue
- Loading branch information
1 parent
5f86855
commit 46edc9c
Showing
4 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
capstone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ../../ |
Oops, something went wrong.