Jonathan Kelley 0982c1ff8b feat: copy frameworks to Frameworks folder, detect linkers, custom target dirs (#4174) před 1 měsícem
..
src 0982c1ff8b feat: copy frameworks to Frameworks folder, detect linkers, custom target dirs (#4174) před 1 měsícem
Cargo.toml 0982c1ff8b feat: copy frameworks to Frameworks folder, detect linkers, custom target dirs (#4174) před 1 měsícem
README.md 0982c1ff8b feat: copy frameworks to Frameworks folder, detect linkers, custom target dirs (#4174) před 1 měsícem

README.md

harness for testing cross-crate TLS imports.

TLS is the hardest to get right with binary patchinig since we need to rewrite initializers.

this crate relies on two crates - one as a dylib and the other as an rlib

the dylib should make it into our bundle and the rlib should just be linked.

both shouldn't cause access errors or segfaults during hotpatch.

cargo run --package dioxus-cli -- serve --hotpatch