Minor wording tweak.

Justin Clift 2018-09-04 16:58:17 +01:00
parent 4a97aeca5d
commit 647b6a811f

@ -79,7 +79,7 @@ See https://tip.golang.org/pkg/syscall/js/
# Debugging # Debugging
WebAssembly doesn't *yet* have any support for debuggers, so you'll need to use the good 'ol `println()` approach for now. WebAssembly doesn't *yet* have any support for debuggers, so you'll need to use the good 'ol `println()` approach for now to display output on the Javascript console.
An official [WebAssembly Debugging Subgroup](https://github.com/WebAssembly/debugging) has been created to address this, with some initial investigation and proposals under way: An official [WebAssembly Debugging Subgroup](https://github.com/WebAssembly/debugging) has been created to address this, with some initial investigation and proposals under way: