holochain-rust
holochain-rust copied to clipboard
hyphen in a project name causes an error
I have a project name "test-app"
running hc-package
compiles, then gives the following error.
test-app/code/target/wasm32-unknown-unknown/release/test-app.wasm either doesn't point to a file or doesn't exist
If I navigate to the folder a file test_app.wasm
exists.
It seems somewhere the hyphen is converted to an underscore, and the rest of the build tools are still looking for a hyphen.
This is on Windows using v0.0.4-alpha
Looks like this is no longer an issue, although I got a different error that I will post in a separate issue (https://github.com/holochain/holochain-rust/issues/1871).