ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

Dummy file path conversions to fix CI + WASM build #984

Closed micahscopes closed 6 months ago

micahscopes commented 6 months ago

What was wrong?

The WASM build was failing due to Uri::to_file_path and Uri::from_file_path not being implemented for WASM targets.

How was it fixed?

I made a trait defined only for WASM targets which implements dummy functions