We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b8e3f commit e27b657Copy full SHA for e27b657
test/browser/test_offset_converter.c
@@ -10,7 +10,7 @@ void magic_test_function(void) {
10
int result = EM_ASM_INT({
11
function report(x) {
12
out(x);
13
- fetch('http://localhost:8888?stdout=' + encodeURIComponent(x));
+ reportStdoutToServer(x);
14
}
15
report('magic_test_function: input=' + $0);
16
var converted = wasmOffsetConverter.getName($0);
0 commit comments