Skip to content

Add custom output type for emccStep function #15

@ilsadq

Description

@ilsadq

Hello, I spent a long time trying to figure out whether it was possible to build an application without a generated HTML file. While studying the build, I tried adding .js instead of .html for this entry const out_file = emcc.addOutputFileArg(b.fmt("{s}.html", .{wasm.name}));, and it helped. I would like you to add the option to select the output type so that emcc generates only the necessary files.

There may be another solution to my problem, and I would be happy to hear it.

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