iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

cmake-cargo #149

Open bernardoaraujor opened 3 years ago

bernardoaraujor commented 3 years ago

Soon we will introduce dependencies for Rust-generated FFI interfaces. Since Access uses CMake, we need a mechanism to tell CMake how to handle cargo crates.

https://github.com/AndrewGaspar/cmake-cargo

nothingismagick commented 3 years ago

speaking of making c safer: https://kripken.github.io/blog/wasm/2020/07/27/wasmboxc.html

nothingismagick commented 3 years ago

@lucasfernog - what are your thoughts on this matter?