This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir: dist: File exists | |
==================================================================================== | |
BUILDING genome with 'hc package --output dist/app-spec-rust.hcpkg --strip-meta': | |
------------------------------------------------------------------------------------ | |
> [32mcargo[0m [36mbuild --target wasm32-unknown-unknown --release[0m | |
Compiling code v0.0.1 (/Volumes/TeraDrive/Code/app-spec-rust/zomes/blog/code) | |
error[E0432]: unresolved import `hdk::holochain_wasm_utils::api_serialization::get_entry::GetResultStatus` | |
--> src/blog.rs:5:26 | |
| | |
5 | GetEntryOptions, GetResultStatus, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================================================================================== | |
BUILDING genome with 'hc package --output dist/app-spec-rust.hcpkg --strip-meta': | |
------------------------------------------------------------------------------------ | |
> [32mcargo[0m [36mbuild --target wasm32-unknown-unknown --release[0m | |
Finished release [optimized] target(s) in 0.16s | |
> [32mcargo[0m [36mbuild --release --target=wasm32-unknown-unknown[0m | |
Finished release [optimized] target(s) in 0.49s | |
[1;32mCreated[0m bundle file at "dist/app-spec-rust.hcpkg" | |
DONE. | |
==================================================================================== |