binaryen
binaryen copied to clipboard
Path variable to add in Windows
I need help in adding the right path to the environment variable on windows. I have downloaded the Windows release. I've added this "C:\Users\kirti\Downloads\binaryen-version_111-x86_64-windows\binaryen-version_111\bin\wasm-opt.exe"
path to system environment variables, but I still get the error while running my cargo contract
I can confirm this is still an issue in 2024:
-
npm install wasm-opt -g
-
wasm-opt --version
-
wasm-opt not found
This isn't an issue with the npm pkg, but it's like you folks are checking absolute paths, for some reason, instead of PATH?