Wasm samples using .Net 6.0.
- console: Small hello world wasm .Net6 sample.
- jsinteraction: Sample that implements interaction with JavaScript from/to .Net
- console-native: Small hello world wasm sample that uses a native external library that makes a callback to .Net
- filesystem: Shows an implementation to use virtual file system from .Net.
- production: How to publish a wasm app on production with file compression.
- webxr: How to build a small WebXR sample on .Net wasm.