about summary refs log tree commit diff
path: root/library/stdarch/examples/wasm.rs
AgeCommit message (Expand)AuthorLines
2025-02-25Remove some `allow(unsafe_op_in_unsafe_fn)`s and use target_feature 1.1 in ex...Eduardo Sánchez Muñoz-8/+11
2025-02-09Allow unsafe_op_in_unsafe_fnEric Huss-0/+1
2025-02-09Apply unsafe_attr_outside_unsafeEric Huss-3/+3
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+0
2020-07-18Update and revamp wasm32 SIMD intrinsics (#874)Alex Crichton-3/+1
2020-04-04Replace all max/min_value() with MAX/MINLinus Färnstrand-1/+1
2019-01-30Fix building docs for all targets on docs.rs and re-export the arch modulegnzlbg-1/+1
2019-01-22Refactor stdsimdgnzlbg-2/+2
2018-12-12Another fix for wasm exampleAlex Crichton-1/+1
2018-12-12Fix wasm exampleAlex Crichton-2/+2
2018-09-06Rename `wasm32` memory intrinsics (#560)Alex Crichton-2/+2
2018-03-09Add initial wasm memory grow/current intrinsics (#361)Alex Crichton-0/+47