Week 30 - 2023
Week 30 - 2023¶
Done¶
- Iota JS binding
- Sign lease
- Finish RB/about
- Birthday dinner
TODO¶
- Call S
- WS Server
Topics¶
Iota Bindgen¶
docker run -v $(pwd):/data glebbash/deno-ffigen-c2ffi /data/iota.h > iota_defs.json
readelf -Ws --dyn-syms dist-newstyle/build/x86_64-linux/ghc-9.6.1/compiler-0.1.0.0/f/compiler/build/compiler/libcompiler.so > iota_symbols.txt
deno run -A https://deno.land/x/ffigen/cli.ts \
--definitions iota_defs.json \
--symbols iota_symbols.txt \
--headers iota.h \
--lib-name iota_ffi
Created
August 23, 2023
Updated August 23, 2023
Updated August 23, 2023