Skip to content

Provide an example/tools on how to compile source code without emscripten. #5

@almosnow

Description

@almosnow

emscripten is basically llvm + a runtime lib for browser

if this project already provides the runtime then there is no need for emscripten in the toolchain

furthermore, the latest llvm already provides some improvements in this regard

I was able to do this some time ago (compile a minimal .wasm program with only llvm) but it was a very tricky endeavour so if other developers want to achieve the same thing they would have to walk through stones to accomplish it

so, a working an example and pipeline for compiling without emscripten would be a nice addition to this repository

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