Added The #[trace] and #[break] attributes now replace the trace and break functions (although they are still present in slightly-reduced but compatible form). The #[opaque] attribute replaces the opaque function, which is now deprecated. Tracing now works in compiled code, albeit with several caveats (mainly, it does not work for code running on the GPU). New wasm and wasm-multicore backends by Philip Lassen. Still very experimental; do not expect API stability. New intrinsic type f16, along with a prelude module f16. Implemented with hardware support where it is available, and with f32-based emulation where it is not. Sometimes slightly more informative error message when input of the wrong type is passed to a test program. Remov...