Giter Site home page Giter Site logo

Document the boostrapping strategy about steed HOT 2 OPEN

japaric avatar japaric commented on August 24, 2024
Document the boostrapping strategy

from steed.

Comments (2)

japaric avatar japaric commented on August 24, 2024

The, perhaps not too explicit, plan is to be pure Rust from beginning to end (we are already doing this) and to incrementally provide an API that's 1 to 1 equal to std.

The holes in our API will be filled on an "as-needed" basis. Using the method described here, one can already start compiling crates against steed without changes, in the case of rlibs, or with minimal changes to main, in the case of executables. Obviously, most crates won't compile because steed API is not on parity with std but by trying we'll get compile errors that will inform us on what API need to be prioritized.

Is it a requirement that no external assembler

Not a requirement but I would prefer it because it helps with goal of "hassle free cross compilation". (I'm assuming one needs to install a different gas to compile e.g. ARM assembly into an ARM elf object). I'm not opposed to providing a Cargo feature to use gas instead of asm!.

from steed.

briansmith avatar briansmith commented on August 24, 2024

I'm not opposed to providing a Cargo feature to use gas instead of asm!.

I imagine it would become burdonsome to keep two copies of assembly language code in sync.

from steed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.