making a wat to wasm compiler from scratch as a pet project and decided to throw it on youtube

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rasm

  • And the source code seems to be at https://github.com/macovedj/rasm

  • wabt

    The WebAssembly Binary Toolkit

  • You ended up close to correct. It's the WebAssembly text format, as opposed to the binary format. The formal spec is here. The rasm github repo however, is not the source code, but rather the project that I made for the video. This repo is widely used for wasm tooling, has a strong community around it, and already does what rasm does in a tool called wat2wasm, probably in a much more performant manner. I'm just kindof reimplementing from scratch and recording it for myself and others to learn.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts