2022-06-24
5643
#rust#svelte#webassembly
Yashodhan Joshi
120913
Jun 24, 2022 â‹… 20 min read

Integrating a Svelte app with Rust using WebAssembly

Yashodhan Joshi I am a student interested in physics and systems programming currently exploring Rust and operating systems. I am also passionate about helping others learn.

Recent posts:

react native's new architecture: sync and async rendering

React Native’s New Architecture: Sync and async rendering

React Native’s New Architecture offers significant performance advantages. In this article, you’ll explore synchronous and asynchronous rendering in React Native through practical use cases.

Emmanuel John
Dec 24, 2024 â‹… 8 min read
Building a Full-Featured Laravel Admin Dashboard with Filament

Building a full-featured Laravel admin dashboard with Filament

Build scalable admin dashboards with Filament and Laravel using Form Builder, Notifications, and Actions for clean, interactive panels.

Kayode Adeniyi
Dec 20, 2024 â‹… 5 min read
Working With URLs In JavaScript

Working with URLs in JavaScript

Break down the parts of a URL and explore APIs for working with them in JavaScript, parsing them, building query strings, checking their validity, etc.

Joe Attardi
Dec 19, 2024 â‹… 6 min read
Lazy Loading Vs. Eager Loading

Lazy loading vs. Eager loading

In this guide, explore lazy loading and error loading as two techniques for fetching data in React apps.

Njong Emy
Dec 18, 2024 â‹… 5 min read
View all posts

4 Replies to "Integrating a Svelte app with Rust using WebAssembly"

  1. Hey, As far as I have tried, it doesn’t work out of the box. The plugin is designed for rollup, and sveltekit uses vite, so there are some internal issues of configuration. As sveltekit is still pre-1.0 at the time of writing, there can be ongoing changes that can break the “hacks” that might be done to make the plugin work, so I haven’t tried those either. In short, the particular plugin approach shown will not work with sveltekit directly, at at least at the time of writing. Hope this helps!

Leave a Reply