mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
resolve feedback, added compiler stages diagram
This commit is contained in:
parent
a3f901427a
commit
d702e391b8
7 changed files with 20 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
//! Provides a Rust wrapper for the WebAssembly test platform built on libc and
|
||||
//! is primarily used for testing purposes.
|
||||
//! Provides a Rust wrapper for the WebAssembly libc, which is used when
|
||||
//! preprocessing hosts for use with the Wasm development back-end, and for the
|
||||
//! mock hosts we use in our Wasm tests.
|
||||
// Rust's libc crate doesn't support Wasm, so we provide an implementation from Zig
|
||||
// We define Rust signatures here as we need them, rather than trying to cover all of libc
|
||||
#[cfg(target_family = "wasm")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue