Skip to content

Blog typo: sEXPORTED_FUNCTION -> sEXPORTED_FUNCTIONS #2

Description

@asr

In your blog A masochist’s guide to web development the last S of the option sEXPORTED_FUNCTIONS is missing in the instructions

emcc -sEXPORTED_FUNCTION=_multiply -o library.js library.c
emcc -sEXPORTED_FUNCTION=_multiply -sMODULARIZE -sEXPORT_NAME=MyLibrary \
     -o library.mjs library.c

Note also the missing prompt symbol $ in both instructions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions