Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 247 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 247 Bytes

nexe-hello-world

JS

yarn install
yarn build
./hello-world

C++

./build.sh
./hello-world-native

Size Comparison

$ du -h hello-world hello-world-native 
 34M	hello-world
 16K	hello-world-native