Comparing Rust, JavaScript and Go for authoring WASM Components
2025-05-25This month has already seen five Obelisk releases, each focused on adding JavaScript and Go support to the runtime. Although WASM format is source-language agnostic, both JavaScript and Go needed tweaks, workarounds and sometimes upstream tooling fixes to get fully working with the WASM Component Model. In this post we'll explore rewriting an activity, workflow and a webhook from Rust. All code examples are available in the Stargazers repository.