きっかけ
WebAssemblyとは?〜実際にC言語をブラウザで動かす〜【2019年6月版】
この記事を読んで、やっていこうとしたらbinaryenのビルド時にエラー
$ cmake . && make
-- No build type selected, default to Release
fatal: No names found, cannot describe anything.
CMake Error at CMakeLists.txt:25 (message):
Error running git describe to determine version
$ git clone --depth=1 https://github.com/WebAssembly/binaryen.git -b version_90 //現在最新のリリース
$ cd binaryen
$ cmake . && make
$ sudo make install
ちゃんとブランチを指定しなさいってことなんすね、すんません。忘れそうなのでメモ