Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WASM_x64: create object files #1541

Open
@certik

Description

@certik

We can create object files using the LLVM backend, we should also add this capability to the WASM_x64 backend, which currently can only create executables, but not object files. We should do this after we learn how to create sections in ELF.

The object files are useful if we want to use LCompilers to emit some code that would then be linked with some external application written in C, C++ or Fortran. We would simply emit appropriate object files and then link everything together with another application with an external linker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions