If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: wasmcloud.com/docs/wash/developer-guide/language-support - Language Support for WebAssemb.

site address: wasmcloud.com/docs/wash/developer-guide/language-support/ redirected to: wasmcloud.com/docs/wash/developer-guide/language-support

site title: Language Support for WebAssembly Components wasmCloud

Our opinion (on Friday 10 July 2026 4:46:13 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=Language support for WebAssembly components on wasmCloud — Rust, Go, TypeScript, Python, C#, .NET, and more for the Wasm component model and WASI P2.;

Headings (most frequently used words):

tier, support, toolchains, language, for, webassembly, components, component, well, supported, stable, in, progress, or, planned, binding, generators, further, reading, rust, javascript, typescript, go, tinygo, net, python,

Text of the page (most frequently used words):
the (20), support (19), #components (18), wit (18), for (17), #component (17), language (17), wasm (17), componentize (15), wasmcloud (14), webassembly (14), guide (13), bindgen (13), and (12), with (12), stable (11), rust (11), wash (11), wasi (11), model (11), toolchain (10), tinygo (9), typescript (8), toolchains (7), build (7), dotnet (7), built (6), tier (6), planned (6), developer (6), are (6), bytecode (6), alliance (6), that (6), wasip2 (6), progress (5), net (5), dev (5), repository (5), jco (5), languages (5), bindings (5), ruby (5), can (5), standard (5), target (5), page (4), community (4), python (4), javascript (4), this (4), java (4), via (4), from (4), kotlin (4), status (4), these (4), project (4), compiles (4), get (4), started (4), wasm32 (4), foundation (3), trademarks (3), binding (3), well (3), supported (3), tools (3), building (3), specification (3), documentation (3), roadmap (3), cpp (3), sdk (3), actively (3), not (3), yet (3), templates (3), compiler (3), provides (3), 2026 (2), linux (2), has (2), uses (2), list (2), trademark (2), usage (2), maintainers (2), slack (2), contributing (2), github (2), further (2), reading (2), generators (2), useful (2), interface (2), part (2), use (2), graalwasm (2), accepted (2), swiftwasm (2), swift (2), jetbrains (2), native (2), experimental (2), compatible (2), bytecodealliance (2), path (2), world (2), maintained (2), cli (2), applications (2), integration (2), package (2), using (2), produce (2), you (2), run (2), targets (2), directly (2), much (2), smaller (2), current (2), generates (2), files (2), which (2), cargo (2), version (2), reference (2), copyright, llc, all, rights, reserved, registered, please, see, our, https, www, linuxfoundation, org, docusaurus, swag, contact, mailing, terms, conditions, privacy, policy, security, assessment, organization, youtube, linkedin, twitter, social, meeting, notes, calendar, wednesdays, next, previous, last, updated, liam, randall, jun, edit, additional, tooling, development, tutorial, creating, publishing, system, specifications, guides, official, handles, generation, its, pipeline, early, stage, most, specific, tool, same, generate, typed, definitions, currently, supports, graalvm, vision, tracking, issue, releases, complete, more, information, working, toward, may, fully, name, output, app, msbuild, nuget, nativeaot, have, manually, them, but, there, integrations, does, produces, binaries, making, developers, why, requires, makefile, configuration, file, config, yaml, new, idiomatic, helpers, style, request, handling, http, wasihttp, handlefunc, large, subset, binary, footprint, types, automatically, crate, async, library, hosted, also, lower, level, control, wstd, install, rustup, add, first, class, ships, partial, chart, summarizes, state, still, various, compiling, ecosystem, running, developed, given, runs, targeting, any, governance, migration, troubleshooting, faq, glossary, recipes, examples, developing, workloads, introduction, kubernetes, operator, runtime, shell, overview, platform, quickstart, installation, what, search, star, 1500, docs, blog, skip, main, content,


Text of the page (random words):
language support for webassembly components wasmcloud skip to main content wasmcloud blog community docs v2 v2 v1 0 82 star us 1500 github slack search get started what is wasmcloud installation quickstart platform overview wasm shell wash cli runtime kubernetes operator developer guide introduction developing workloads language support rust language guide typescript language guide go tinygo language guide templates examples recipes reference glossary faq troubleshooting migration to v2 community governance contributing maintainers roadmap language support version v2 on this page language support for webassembly components wasmcloud runs standard webassembly components targeting wasi p2 any language toolchain that can produce a wasm component with wasi p2 support can build components that run on wasmcloud this page provides a reference for various languages support for compiling webassembly components as well as wasmcloud ecosystem support for building and running components developed in a given language component support this chart summarizes the current state of language support for webassembly components from languages with built in wasi p2 targets to toolchains that are still in progress language toolchain status wasi version rust cargo wasm32 wasip2 target stable p2 go tinygo stable p2 typescript javascript jco componentize js stable p2 c net componentize dotnet stable p2 python componentize py stable p2 c wasi sdk wit bindgen c stable p2 c wit bindgen cpp experimental p2 ruby ruby wasm in progress p2 partial kotlin kotlin wasm native planned swift swiftwasm roadmap accepted java graalwasm planned tier 1 well supported toolchains these languages are supported by wasmcloud component project templates wash dev integration and documentation in the developer guide rust rust has first class webassembly support via the wasm32 wasip2 compiler target which ships with the standard rust toolchain toolchain cargo with target wasm32 wasip2 install via rustup target add wasm32 wasip2 bindings the wstd crate provides an async rust standard library for wasm components and wasi 0 2 hosted by the bytecode alliance you can also use wit bindgen directly for lower level control get started developer guide rust language guide javascript typescript typescript components are built using the jco toolchain part of the bytecode alliance which compiles js ts to wasm components via componentize js toolchain jco componentize js bindings jco generates typescript types from wit files automatically get started developer guide typescript language guide go tinygo wasmcloud uses tinygo not the standard go compiler for webassembly component support tinygo compiles a large subset of go to webassembly with a much smaller binary footprint toolchain tinygo with target wasip2 bindings wit bindgen go generates go bindings from wit files the go wasmcloud dev component package provides idiomatic go helpers e g wasihttp handlefunc for net http style request handling wash support wash new wash dev wash build requires a wash config yaml configuration file and a makefile get started developer guide go language guide why tinygo the standard go compiler does not yet support the wasm component model tinygo targets wasip2 directly and produces much smaller binaries making it the current path for go developers building wasm components tier 2 stable toolchains these languages have stable component model toolchains that can produce components compatible with wasmcloud you can build components manually and run them with wash but there are no wash project templates or wash dev integrations yet c net componentize dotnet is a bytecode alliance project that compiles net applications to wasm components using nativeaot toolchain componentize dotnet nuget package status stable actively maintained by the bytecode alliance build components are built with dotnet build and the componentize dotnet msbuild integration repository bytecodealliance componentize dotnet python componentize py is a bytecode alliance project that compiles python applications to wasm components toolchain componentize py cli status stable actively maintained by the bytecode alliance build componentize py componentize wit path wit world world name o output wasm app py repository bytecodealliance componentize py tier 3 in progress or planned these toolchains are actively working toward component model support components built with these tools may not yet be fully compatible with wasmcloud language toolchain status more information c wasi sdk wit bindgen c wasi p2 component model support complete wasi sdk releases c wit bindgen cpp experimental wit bindgen cpp repository ruby ruby wasm component model support in progress ruby wasm repository kotlin kotlin wasm native wasm component model support planned by jetbrains jetbrains tracking issue swift swiftwasm component model roadmap accepted webassembly vision java graalwasm wasi support planned graalvm documentation binding generators most languages use wit bindgen or a language specific tool built on the same foundation to generate typed bindings from wit interface definitions wit bindgen currently supports rust wit bindgen rust go wit bindgen go c wit bindgen c c via componentize dotnet java wit bindgen java early stage for typescript javascript jco handles binding generation as part of its build pipeline further reading webassembly component model specification official component model repository and specification component model documentation specification and guides for the wasm component model wasi dev webassembly system interface specifications developer guide wash tutorial for creating building and publishing components useful webassembly tools additional tooling for wasm development edit this page last updated on jun 10 2026 by liam randall previous useful webassembly tools next rust language guide for webassembly component support tier 1 well supported toolchains rust javascript typescript go tinygo tier 2 stable toolchains c net python tier 3 in progress or planned binding generators further reading community github contributing slack calendar wasmcloud wednesdays community meeting notes maintainers social twitter linkedin youtube organization security assessment privacy policy terms and conditions contact mailing list wasmcloud swag copyright 2026 wasmcloud llc all rights reserved the linux foundation has registered trademarks and uses trademarks for a list of trademarks of the linux foundation please see our trademark usage page https www linuxfoundation org trademark usage built with docusaurus
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)
  • wasmCloud Logo

Verified site has: 35 subpage(s). Do you want to verify them? Verify pages:

1-5 6-10 11-15 16-20 21-25 26-30 31-35


The site also has references to the 1 subdomain(s)

  slack.wasmcloud.com  Verify


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 301 Moved Permanently
Content-Type text/plain; charset=utf-8
Date Fri, 10 Jul 2026 04:46:13 GMT
Location htt????/wasmcloud.com/docs/wash/developer-guide/language-support/
Server Netlify
X-Nf-Request-Id 01KX55HYHG12H8D8NKDKPFCWJ4
Content-Length 80
Connection close
HTTP/2 200
accept-ranges bytes
age 0
cache-control public,max-age=0,must-revalidate
cache-status Netlify Edge ; fwd=miss
content-encoding gzip
content-type text/html; charset=UTF-8
date Fri, 10 Jul 2026 04:46:13 GMT
etag 738cf40b7aaf5dec04d589ff6f283e74-ssl-df
permissions-policy microphone=(),camera=(),autoplay=()
referrer-policy strict-origin-when-cross-origin
server Netlify
strict-transport-security max-age=31536000
vary Accept-Encoding
x-content-type-options nosniff
x-frame-options SAMEORIGIN
x-nf-request-id 01KX55HYPTS21ZYWDXQKEQHFDZ

Meta Tags

title="Language Support for WebAssembly Components | wasmCloud"
charset="UTF-8"
name="generator" content="Docusaurus v3.8.0"
data-rh="true" name="viewport" content="width=device-width, initial-scale=1.0"
data-rh="true" name="twitter:card" content="summary_large_image"
data-rh="true" property="og:image" content="htt????/wasmcloud.com/logo/wasmcloud-social.png"
data-rh="true" name="twitter:image" content="htt????/wasmcloud.com/logo/wasmcloud-social.png"
data-rh="true" property="og:url" content="htt????/wasmcloud.com/docs/wash/developer-guide/language-support/"
data-rh="true" property="og:locale" content="en"
data-rh="true" name="docusaurus_locale" content="en"
data-rh="true" name="docsearch:language" content="en"
data-rh="true" property="og:type" content="website"
data-rh="true" name="twitter:site" content="@wasmcloud"
data-rh="true" name="docusaurus_version" content="current"
data-rh="true" name="docusaurus_tag" content="docs-default-current"
data-rh="true" name="docsearch:version" content="current"
data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"
data-rh="true" property="og:title" content="Language Support for WebAssembly Components | wasmCloud"
data-rh="true" name="description" content="Language support for WebAssembly components on wasmCloud — Rust, Go, TypeScript, Python, C#, .NET, and more for the Wasm component model and WASI P2."
data-rh="true" property="og:description" content="Language support for WebAssembly components on wasmCloud — Rust, Go, TypeScript, Python, C#, .NET, and more for the Wasm component model and WASI P2."

Load Info

page size13120
load time (s)0.383439
redirect count1
speed download34255
server IP 35.157.26.135
* all occurrences of the string "http://" have been changed to "htt???/"