migueldeicaza / mono-wasm

MIT License
529 stars 32 forks source link

Can't resolve lib #9

Closed ahmad2smile closed 6 years ago

ahmad2smile commented 6 years ago

I tried compiling exe file with latest release but couldn't get anywhere.

$ mono-wasm -i Program.exe -o output can't resolve 'lib' directory

lrz commented 6 years ago

At the moment you have to use mono-wasm from its relative installation path. Ex. ../some-directory/mono-wasm -i Program.exe -o output.

ahmad2smile commented 6 years ago

I had added the path to $PATH and just thought its the same thing. Sorry for my ignorance. Thanks alot man it worked.