Skip to content

Commit a7a0ed6

Browse files
committed
link wasmgc
1 parent 04ac9f1 commit a7a0ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/web/wasm.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WebAssembly support for Dart web is available on the Dart
2323
The current version of Dart compilation to WebAssembly has a number of
2424
restrictions:
2525

26-
1. It targets WebAssembly with Garbage Collection (aka *WasmGC*), so...
26+
1. It targets WebAssembly with Garbage Collection ([WasmGC][]), so...
2727

2828
1. The compiled Wasm output currently targets JavaScript environments
2929
(such as browsers), and thus currently doesn't support execution in standard
@@ -82,6 +82,7 @@ by following the temporary steps outlined here:
8282

8383
You can also check out this small example [here](https://github.com/mit-mit/sandbox).
8484

85+
[WasmGC]: https://developer.chrome.com/blog/wasmgc/
8586
[Flutter]: {{site.flutter}}/wasm
8687
[`package:web`]: {{site.pub-pkg}}/web
8788
[`dart:js_interop`]: {{site.dart.api}}/{{site.dart.sdk.channel}}/dart-js_interop

0 commit comments

Comments
 (0)