Thread
Stories related to "Using LLVM from Rust, to generate WebAssembly" across the full archive.
The "all languages" part:
> we need to build tools to make WebAssembly easier to load, and easier to interact with from JS. This work will help Rust. But it will also help all other languages that target WebAssembly.
Hi everyone!
This new tutorial goes a bit more in depth than the extant tutorials we’ve had for Rust and WebAssembly. The goal is to introduce all the topics you need when doing real Rust+Wasm development, all with a single running example to give continuity.
Topics covered include:
* Setti...
Fully-Featured FM Synthesizer in the Browser made with Rust, Web Audio, and SIMD WebAssembly
(notes.ameo.design)
I wrote a blog post going over the technical details of both FM synthesis as well as the process of building the synth by compiling Rust to WebAssembly and running it performantly in the browser via Web Audio: https://cprimozic.net/blog/fm-synth-rust-wasm-simd/
Full source code: https://github.co...
A graph-based higher-order intermediate representation (demonstrated with Impala, a dialect of Rust)
(compilers.cs.uni-saarland.de)
Rust's Type System is Turing-Complete: an exploration of type-level programming in Rust
(sdleffler.github.io)