Skip to content

Instantly share code, notes, and snippets.

@ukyo
Last active March 20, 2016 19:08
Show Gist options
  • Select an option

  • Save ukyo/adf1954916e39ae19014 to your computer and use it in GitHub Desktop.

Select an option

Save ukyo/adf1954916e39ae19014 to your computer and use it in GitHub Desktop.
emscriptenでwabassembly試す
#include <iostream>
int main() {
std::cout << "hello\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment