You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a complex set of dependencies for building the output packages. In the short term it may make sense to just include artifacts in the repo, but this should be replaced with a build setup.
Building tauri-plugin-holochain-service cargo package
Build rust package holochain_runtime
Build rust package holochain_runtime_uniffi
Use cargo-ndk to build holochain_runtime_uniffi for all android targets, copy .so to jniLibs in tauri-plugin-holochain-service
There is a complex set of dependencies for building the output packages. In the short term it may make sense to just include artifacts in the repo, but this should be replaced with a build setup.
Building tauri-plugin-holochain-service cargo package
pnpm run build:js:holochain-env && rollup -c
(this may not be needed in this package, see Multiple binders on HolochainService: admin & app #3)Building tauri-plugin-holochain-service-consumer cargo package
pnpm run build:js:holochain-env && rollup -c
Building tauri-plugin-holochain-service-api js package
pnpm run build:js:tauri-commands:es && rollup -c
Building tauri-plugin-holochain-service-consumer-api js package
pnpm run build:js:tauri-commands:es && rollup -c
The text was updated successfully, but these errors were encountered: