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
Users should be able to know that wasm-pack is involved when programming for the web. It's a huge component of the Rust ecosystem, and people should be able to understand what's going on when compiling.
Also, the output .wasm file's path should be mentioned too.
Steps to Reproduce
Run rinf wasm inside a fully prepared app's folder
System Information
Please provide the output from the command below, using markdown codeblock syntax.
rustc --version
protoc --version
flutter doctor
The text was updated successfully, but these errors were encountered:
Report
Users should be able to know that
wasm-pack
is involved when programming for the web. It's a huge component of the Rust ecosystem, and people should be able to understand what's going on when compiling.Also, the output
.wasm
file's path should be mentioned too.Steps to Reproduce
Run
rinf wasm
inside a fully prepared app's folderSystem Information
Please provide the output from the command below, using markdown codeblock syntax.
The text was updated successfully, but these errors were encountered: