lencx
lencx
It may be caused by this https://github.com/rwasm/vite-plugin-rsw/issues/33 Please use cargo to install: ```bash cargo install rsw ```
Can you provide a screenshot of `rsw watch`? - syetem version: ? - vite-plugin-rsw version: ?
The problem you are currently having is that the rust file changes are not triggering the build, I would like to see the output log. Could you try executing `RUST_LOG=rsw...
@flaxed Thanks, I have adopted your suggestion in `v0.7.11`.
Development environment: https://tauri.studio/v1/guides/getting-started/prerequisites
It seems to be a permissions issue, you can try using [nvm](https://github.com/nvm-sh/nvm) or [fnm](https://github.com/Schniz/fnm) to manage node. Or install to the global system via cargo and then execute the `rsw`...
`rsw` is an executable binary implemented by rust, and `binary-install/bin` is responsible for pulling the binary. I guess it may be caused by this reason. [How to fix npm throwing...
Please check the following steps to see if there are any omissions. You can refer to the related configuration of [lencx/OhMyBox](https://github.com/lencx/OhMyBox), and also supports building projects using `github action`. ##...
There is a problem with npm pulling binary files, and I don't know how to deal with it for the time being. If you have a good way, you are...
Hi, you can try to export `npm package` instead of relative path, `vite-plugin-rsw` installs `rust crate` using `npm link`. ### Usage ```tsx // video-wasm-binding: package name import * as videoWasmBinding...