resolve feedback, added compiler stages diagram

This commit is contained in:
Luke Boswell 2022-11-06 09:15:18 +11:00
parent a3f901427a
commit d702e391b8
No known key found for this signature in database
GPG key ID: 0E908525B2C7BD68
7 changed files with 20 additions and 8 deletions

View file

@ -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")]