cross-compilation

Tag

Cards List
#cross-compilation

mote command

Lobsters Hottest · 2026-08-05 Cached

Introduces `mote`, a Go command-line tool that connects to remote machines via SSH, Tailscale, or other mechanisms to run commands and cross-compiled Go tests, with support for uploading files and integrating with `go run`/`go test`.

0 favorites 0 likes
#cross-compilation

Cross-compilation with Wails (2025)

Hacker News Top · 2026-08-05 Cached

A developer tests cross-compiling a Wails v2.11.0 Svelte app on Ubuntu, successfully building Windows and Linux executables/installers, and notes issues with static linking for Linux.

0 favorites 0 likes
#cross-compilation

Windows XP 2002 for the Itanium: Unbridled rage

Hacker News Top · 2026-08-03 Cached

A retrocomputing blog post reports that a QEMU fork can now emulate Intel Itanium (Merced) well enough to run Windows XP 2002 for IA-64, and documents building a cross-compiler on macOS to help get it working.

0 favorites 0 likes
#cross-compilation

The State of Chez Scheme in Debian

Lobsters Hottest · 2026-07-31 Cached

Chez Scheme 10.4.0 has been uploaded to Debian unstable after a long gap; the package moved to the Debian Scheme Dream Team, cross-compilation was fixed, and reproducible builds are now required for future releases.

0 favorites 0 likes
#cross-compilation

Temper Language

Lobsters Hottest · 2026-07-14 Cached

Temper is a programming language that cross-translates to multiple target languages including C#, Java, JavaScript/TypeScript, Lua, and Python, enabling shared libraries across ecosystems.

0 favorites 0 likes
#cross-compilation

crustc: Entirety of rustc, translated to C

Lobsters Hottest · 2026-07-02 Cached

A Rust-to-C compiler toolchain called cilly has successfully translated the entire rustc compiler into 46 million lines of C, resulting in a functional Rust compiler that can be built with GCC. The project aims to enable Rust on old/obscure hardware by generating portable C code.

0 favorites 0 likes
#cross-compilation

Building Principia for Windows XP

Hacker News Top · 2026-06-29 Cached

A detailed technical blog post about the process of building the open-source game Principia for Windows XP by creating a custom cross-compilation toolchain.

0 favorites 0 likes
#cross-compilation

Why I Wrote a Game Boy Advance Game in Zig (2024)

Lobsters Hottest · 2026-06-12 Cached

A developer explains why they chose the Zig programming language to create a Game Boy Advance game, highlighting Zig's cross-compilation capabilities and suitability for embedded programming.

0 favorites 0 likes
#cross-compilation

minc — A minimal language for building native software

Lobsters Hottest · 2026-05-22 Cached

minc is a minimal programming language that compiles directly to native executables for multiple platforms without external tooling. It features modern syntax, built-in SIMD, and a bundled shader compiler.

0 favorites 0 likes
#cross-compilation

Deterministic Fully-Static Whole-Binary Translation Without Heuristics

Hacker News Top · 2026-05-13 Cached

This paper introduces Elevator, a novel binary translator that performs deterministic, fully-static translation of entire x86-64 binaries to AArch64 without heuristics or runtime fallbacks. It achieves performance comparable to QEMU while enabling pre-deployment validation and certification of the translated code.

0 favorites 0 likes
← Back to home

Submit Feedback