You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/runtime-apis/webassembly/index.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ import { DirectoryListing } from "~/components"
14
14
You can use WebAssembly to:
15
15
16
16
* Execute code written in a language other than JavaScript, via `WebAssembly.instantiate()`.
17
+
:::note
18
+
`WebAssembly.instantiate()` only supports pre-compiled modules as documented in the [web-standards documentation](/workers/runtime-apis/web-standards/#javascript-standards).
19
+
:::
20
+
17
21
* Write an entire Cloudflare Worker in Rust, using bindings that make Workers' JavaScript APIs available directly from your Rust code.
18
22
19
23
Most programming languages can be compiled to Wasm, although support varies across languages and compilers. Guides are available for the following languages:
0 commit comments