Start work on Cross-FFI functions

This commit is contained in:
Michael Mikovsky
2025-11-05 15:17:31 -07:00
parent a8432f66be
commit f601c3a58e
17 changed files with 612 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
# rustup run nightly cargo build --release
# rustup run nightly cargo build \
# --release \
# --no-default-features \
# -Zbuild-std="core,std,alloc,proc_macro,panic_abort" \
# -Zbuild-std-features="panic_immediate_abort"
# RUSTFLAGS="-Z build-std" \
rustup run nightly cargo build --release