theseus-os / Theseus

Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.
https://www.theseus-os.com/
MIT License
2.92k stars 172 forks source link

Fix build of `wasmtime-runtime` on macOS hosts #1023

Closed kevinaboos closed 1 year ago

kevinaboos commented 1 year ago

... for real this time.

The key modifications are found in the build.rs script in wasmtime-runtime: https://github.com/theseus-os/wasmtime/commit/2e651271303b812a1d18f2e2e6029ce56749e56c

Also updated to the latest version of cc, which is needed for our custom invocation of cc in that build script.