Skip to content

Commit 8dcf2e1

Browse files
committed
Added buttons to use alternate devcontainer configuration in example for Cloudflare Workers.
1 parent 2ede576 commit 8dcf2e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,16 @@ using raw `fetch()` imported via `js_interop` and extension type
175175

176176
HTTP request from WASM Cloudflare Worker implemented in Dart
177177

178+
Needs alternate devcontainer:
179+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/wasm-outbound-http-examples/dart?devcontainer_path=.devcontainer%2Fcf-workers%2Fdevcontainer.json)
180+
178181
</td>
179182
<td>
180183

181184

182185

183186
</td>
184-
<td> N/A </td>
187+
<td> Not applicable </td>
185188
</tr>
186189
</table>
187190

cloudflare-workers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Wrangler [v4.4.1](https://github.com/cloudflare/workers-sdk/tree/wrangler%404.4.
1010
> Please make sure you started your codespace using alternate devcontainer, `cf-workers`, since Wrangler
1111
> [requires](https://github.com/cloudflare/cloudflare-docs/blob/a13b9e1d90c68bb0c65ddccc8daf9528f83aa2c5/src/content/docs/workers/wrangler/install-and-update.mdx?plain=1#L24)
1212
> glib 2.35+ .
13+
>
14+
> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/wasm-outbound-http-examples/dart?devcontainer_path=.devcontainer%2Fcf-workers%2Fdevcontainer.json)
1315
1416
### Preparation
1517

0 commit comments

Comments
 (0)