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
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Some examples have no Makefile specifying the target (wasm32-wasi)
Many crates under examples/ are buried in directories with no Cargo.toml, making them impossible to be scanned by tools like rust-analyzer. NB: This is also an issue for sdk/
Describe the bug
examples/rust-examples/audio-event-triangulationdoesn't compileworkspaces/shared.mk:Makefilespecifying the target (wasm32-wasi)examples/are buried in directories with noCargo.toml, making them impossible to be scanned by tools like rust-analyzer. NB: This is also an issue forsdk/To Reproduce
Check out
examples/