backend | ||
frontend | ||
public | ||
shared | ||
src-tauri | ||
test_files | ||
.gitignore | ||
.taurignore | ||
Cargo.lock | ||
Cargo.toml | ||
Makefile.toml | ||
MoonZoon.toml | ||
README.md |
FastWave
Cross-Platform Wave Viewer
Start:
Troubleshooting:
-
In case of Tauri compilation errors, install system dependencies: https://beta.tauri.app/guides/prerequisites/
-
Possible Tauri runtime errors in terminal of VSCode installed from Linux Snap package manager:
Failed to load module "colorreload-gtk-module" /usr/lib/x86_64-linux-gnu/webkit2gtk-4.1/WebKitNetworkProcess: symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
Fix it by installing VSCode directly from official
.deb
bundle or try to unset multiple env variables - more info in https://stackoverflow.com/questions/75921414/java-symbol-lookup-error-snap-core20-current-lib-x86-64-linux-gnu-libpthread
Steps before pushing:
makers format
Production build:
makers bundle
- Runnable executable is in
target/release
- Installable bundles specific for the platform are in
target/release/bundle