Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created November 12, 2019 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shelajev/488ade283ed2d8ad69cf328fdc33a00f to your computer and use it in GitHub Desktop.
Save shelajev/488ade283ed2d8ad69cf328fdc33a00f to your computer and use it in GitHub Desktop.
#define WASM_EXPORT __attribute__((visibility("default")))
WASM_EXPORT
int main() {
return 42;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment