Rust: MacOS์šฉ ์ตœ์‹  nightly์—์„œ WASM ๋นŒ๋“œ๊ฐ€ ์ค‘๋‹จ๋จ

์— ๋งŒ๋“  2018๋…„ 09์›” 07์ผ  ยท  3์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: rust-lang/rust

์‹คํ–‰ cargo build --target wasm32-unknown-unknown ์— rustc 1.30.0-nightly (a8c11d216 2018-09-06) ๋ฐ˜ํ™˜ ๋‹ค์Œ :

error: linking with `rust-lld` failed: signal: 6
note: dyld: Library not loaded: @rpath/libLLVM.dylib
            Referenced from: /Users/jnf/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/bin/rust-lld
            Reason: image not found

https://github.com/rust-lang/rust/issues/53813 ๊ณผ ๊ด€๋ จ์ด ์žˆ์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

๋‚˜๋Š” ์ด๊ฒƒ์ด ๋‹ค์Œ ๋ฐค์— ์ˆ˜์ •๋  ๊ฒƒ์ด๋ผ๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค: https://github.com/rust-lang/rust/pull/54018

๋ชจ๋“  3 ๋Œ“๊ธ€

๋‚˜๋Š” ์ด๊ฒƒ์ด ๋‹ค์Œ ๋ฐค์— ์ˆ˜์ •๋  ๊ฒƒ์ด๋ผ๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค: https://github.com/rust-lang/rust/pull/54018

๋„ค, ๊ฝค ๊ด€๋ จ์ด ์žˆ์–ด ๋ณด์ž…๋‹ˆ๋‹ค. ๋ฌด๋ฆฌ ๊ฐ์‚ฌ!

rustc 1.30.0-nightly (fc81e3624 2018-09-07) ์— ์ˆ˜์ •๋˜์—ˆ์Œ์„ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰