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
Due to an [upstream bug](https://github.com/tauri-apps/plugins-workspace/issues/2048) we also recommend that you add this to your `Cargo.toml` file:
35
+
36
+
```toml
37
+
[profile.dev.package.scrypt]
38
+
opt-level = 3
39
+
```
40
+
34
41
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
35
42
36
43
> Note: If your JavaScript package manager cannot install packages from git monorepos, you can still use the code by manually copying the [Guest bindings](./guest-js/index.ts) into your source files.
0 commit comments