WASVD
Link: https://github.com/SurajSSingh/WASVD
A WebAssembly Stack Visual Debugger
Overview
A visual debugger for WebAssembly Text format. The idea is to allow one to see how the stack works in WebAssembly, which can make it easier to understand and write Wasm (text format). I started this to help understand how WebAssembly is (generally) evaluated for Exercism's #12in23 Nibbly November
Tech Stack
- Rust: Backend Programming Language
- Tauri: Desktop Framework
- TypeScript: Frontend Programming Language
- SvelteKit: JavaScript (Meta) Framework
- SkeletonUI: Tailwind UI Framework
Current Status
Version 1 finished. Reworking for version 2 to allow this to be made into a website (by compiling Rust specific code into WebAssembly). Will also be trying to split the WAT interpreter into a separate library for others to use.