🦞🌯 Lobster Roll

Thread

Using LLVM from Rust, to generate WebAssembly (medium.com)

Stories related to "Using LLVM from Rust, to generate WebAssembly" across the full archive.

Using LLVM from Rust, to generate WebAssembly (medium.com)
Rust to WebAssembly, Made Easy (lord.io)
A reimagining of what it looks like to generate WebAssembly code from Rust (github.com)
Rust nightly allows WebAssembly compilation without requiring additional tools (hellorust.com)
Writing a CHIP-8 emulator with Rust and WebAssembly (blog.scottlogic.com)
Oxidizing Source Maps with Rust and WebAssembly (hacks.mozilla.org)
Making WebAssembly better for Rust & for all languages (hacks.mozilla.org)
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.
Tutorial: Conway's Game of Life in Rust and WebAssembly (rust-lang-nursery.github.io)
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...
Our Vision for Rust and WebAssembly (rustwasm.github.io)
Percy - A modular toolkit for building isomorphic web apps with Rust + WebAssembly (github.com)
Serverless Rust with AWS Lambda and WebAssembly (blog.scottlogic.com)
Build A Decentralized Chat Using JavaScript & Rust (WebAssembly) (medium.com)
d0iasm/rvemu - RISC-V online emulator with WebAssembly generated by Rust (github.com)
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...
How I Used Rust + Lunatic to Build a TelNet Chat Server With WebAssembly (hackernoon.com)
Speeding Up the Webcola Graph Viz Library with Rust + WebAssembly (cprimozic.net)
Compiling from Rust to WebAssembly (developer.mozilla.org)
Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly (mary.codes)
Embedding and Customizing the Rust compiler (brson.github.io)
A graph-based higher-order intermediate representation (demonstrated with Impala, a dialect of Rust) (compilers.cs.uni-saarland.de)
Things rust shipped without (graydon2.dreamwidth.org)
Iron - Rust web framework (ironframework.io)
cjdrs – cjdns implementation in Rust (github.com)
Building a simple JIT in Rust (jonathanturner.org)
Compiling to the web with Rust and emscripten (users.rust-lang.org)
How to speed up the Rust compiler (blog.mozilla.org)
Writing An Interpreter In Rust (chr4.org)
Rocket: Web Framework for Rust (rocket.rs)
Compiling Rust to WebAssembly Guide (medium.com)
Rust's Type System is Turing-Complete: an exploration of type-level programming in Rust (sdleffler.github.io)