xtuc / holyc

An easy to use C++ to WASM compiler (Highly-experimental)
39 stars 3 forks source link

fix(bin): don't rely on user's location of `node` #4

Closed Haroenv closed 6 years ago

Haroenv commented 6 years ago

This uses the env command instead, and thus more portable (e.g. if you use nvm)

fixes https://github.com/xtuc/c-webpack-demo/issues/1

xtuc commented 6 years ago

Thanks!