We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6cf45 commit e1764aaCopy full SHA for e1764aa
2 files changed
src/mono/wasm/README.md
@@ -188,7 +188,7 @@ Example use of the `wasmconsole` template:
188
> dotnet new wasmconsole
189
> dotnet publish
190
> cd bin/Debug/net7.0/browser-wasm/AppBundle
191
- > node main.cjs
+ > node main.mjs
192
mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
193
Hello World!
194
Args:
src/mono/wasm/templates/templates/console/README.md
@@ -1,7 +1,7 @@
1
-Node/CommonJS console App
+Node/ES Modules console App
2
3
Run the published application like:
4
5
- node main.cjs
+ node main.mjs
6
7
in `bin/$(Configuration)/net7.0/browser-wasm/AppBundle` directory.
0 commit comments