howto-wasm-minimal icon indicating copy to clipboard operation
howto-wasm-minimal copied to clipboard

Is -nostdlib required?

Open 0mlml opened this issue 1 year ago • 0 comments

Hello, when compiling this project I noticed that there is no difference in the size of the generated .wasm file even if the -nostdlib flag is removed from build.sh. inc.wasm is 2894 bytes on my machine regardless. Could I get clarification on why it is included in the build script?

0mlml avatar Apr 11 '24 19:04 0mlml