kubiklabs / wasmkit

Cosmwasm dev tooling framework
https://wasmkit.kubiklabs.xyz/
MIT License
6 stars 2 forks source link

Rust Flags not working on Windows #15

Open udit-gulati opened 11 months ago

udit-gulati commented 11 months ago

When compiling on windows machine the rustflags: RUSTFLAGS='-C link-arg=-s' in wasmkit.config.js throws error. Compiling works fine when these flags are removed.