| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -4/+4 | |
| 2021-11-10 | Review comments | Alex Crichton | -1/+1 | |
| 2021-11-10 | std: Get the standard library compiling for wasm64 | Alex Crichton | -2/+2 | |
| This commit goes through and updates various `#[cfg]` as appropriate to get the wasm64-unknown-unknown target behaving similarly to the wasm32-unknown-unknown target. Most of this is just updating various conditions for `target_arch = "wasm32"` to also account for `target_arch = "wasm64"` where appropriate. This commit also lists `wasm64` as an allow-listed architecture to not have the `restricted_std` feature enabled, enabling experimentation with `-Z build-std` externally. The main goal of this commit is to enable playing around with `wasm64-unknown-unknown` externally via `-Z build-std` in a way that's similar to the `wasm32-unknown-unknown` target. These targets are effectively the same and only differ in their pointer size, but wasm64 is much newer and has much less ecosystem/library support so it'll still take time to get wasm64 fully-fledged. | ||||
| 2020-11-17 | Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum | Mara Bos | -1/+1 | |
| Upgrade dlmalloc to version 0.2 In preparation of adding dynamic memory management support for SGXv2-enabled platforms, the dlmalloc crate has been refactored. More specifically, support has been added to implement platform specification outside of the dlmalloc crate. (see https://github.com/alexcrichton/dlmalloc-rs/pull/15) This PR upgrades dlmalloc to version 0.2 for the `wasm` and `sgx` targets. As the dlmalloc changes have received a positive review, but have not been merged yet, this PR contains a commit to prevent tidy from aborting CI prematurely. cc: `@jethrogb` | ||||
| 2020-11-12 | Upgrading dlmalloc to 0.2.1 | Raoul Strackx | -1/+1 | |
| 2020-10-24 | Add documents for DLMALLOC | chansuke | -4/+8 | |
| 2020-10-24 | Add some description for (malloc/calloc/free/realloc) | chansuke | -0/+4 | |
| 2020-10-24 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm | chansuke | -4/+4 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+158 | |
