perlin-network / life

A secure WebAssembly VM catered for decentralized applications.
MIT License
1.7k stars 119 forks source link

Unix aot fix #76

Closed singpolyma-shopify closed 5 years ago

singpolyma-shopify commented 5 years ago

On Debian, without the -lm I get dlopen errors about no symbol trunc found.

Also added the ability to print the actual error from dlopen.

losfair commented 5 years ago

Thanks!