You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
FabianSommerfeld
changed the title
Problems compileing btcdeb tools into JavaScript using emscripten.
Problems compiling btcdeb tools into JavaScript using emscripten.
Oct 29, 2023
SYSTEM DATA
ISSUE
I have issues running the command:
for i in btcdeb btcc tap; do mv $i $i.bc && emcc -O2 $i.bc libbitcoin.a -o $i.js; done
output:
If I just run
emcc -02 btcdeb.bc libbitcoin.a -o btcdeb.js
output:
The text was updated successfully, but these errors were encountered: