Skip to content

Commit ae1c019

Browse files
authored
Simplify language on WASM docs (#22968)
People landing here should go straight to Workers
1 parent 62f3b5d commit ae1c019

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/webassembly

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/webassembly/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { DirectoryListing } from "~/components"
1111

1212
[WebAssembly](https://webassembly.org/) (abbreviated Wasm) allows you to compile languages like [Rust](/workers/languages/rust/), Go, or C to a binary format that can run in a wide variety of environments, including [web browsers](https://developer.mozilla.org/en-US/docs/WebAssembly#browser_compatibility), Cloudflare Workers, and other WebAssembly runtimes.
1313

14-
On Workers and in [Cloudflare Pages Functions](https://blog.cloudflare.com/pages-functions-with-webassembly/), you can use WebAssembly to:
14+
You can use WebAssembly to:
1515

1616
* Execute code written in a language other than JavaScript, via `WebAssembly.instantiate()`.
1717
* Write an entire Cloudflare Worker in Rust, using bindings that make Workers' JavaScript APIs available directly from your Rust code.

0 commit comments

Comments
 (0)