This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
When I try to build some of the examples with clang, using clang -o myapp.wasm luw-echo-request.c -lunit-wasm
, I get this error:
/usr/bin/ld: /lib/x86_64-linux-gnu/libunit-wasm.a: error adding symbols: archive has no index; run ranlib to add one
clang: error: linker command failed with exit code 1 (use -v to see invocation)