vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Fix glibc issues #253

Closed Lord-Y closed 6 months ago

Lord-Y commented 7 months ago

Hello,

This PR goes with https://github.com/vugu/vugu/issues/246 requirements.

It solves this issue:

cd wasm-test-suite/docker
./make-docker.sh
...
.....
.......

docker run -ti --rm -p 9222:9222 -p 8846:8846 vugu/wasm-test-suite:latest
/bin/wasm-test-suite-srv: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /bin/wasm-test-suite-srv)
/bin/wasm-test-suite-srv: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /bin/wasm-test-suite-srv)