An example of compiling Scala to WebAssembly using the scala-wasm compiler with Component Model support.
- wasm-tools:
cargo install wasm-tools - wit-bindgen:
cargo install --git https://github.com/scala-wasm/wit-bindgen --branch scala
make runThis builds the Scala WASM component (sbt fastLinkJS), builds the Rust host, and runs the component.