We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2409c9f commit e54ae53Copy full SHA for e54ae53
src/content/web/wasm.md
@@ -36,6 +36,11 @@ restrictions:
36
[next-gen JS interop mechanism](/interop/js-interop/)
37
is supported when compiling to Wasm.
38
39
+1. There is currently no support in the `webdev` tool for running
40
+ (`webdev serve`) or building (`webdev build`). The steps below
41
+ contain a temporary workaround. For details, see
42
+ [webdev issue 2206]({{site.repo.dart.org}}/webdev/issues/2296).
43
+
44
## Compiling your web app to Wasm {:#compiling-to-wasm}
45
46
We've landed support in the `dart` CLI for invoking the
0 commit comments