mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
wasm: don't block //go:wasmexport because of running goroutines
This fixes bug https://github.com/tinygo-org/tinygo/issues/4874.
This commit is contained in:
committed by
Ron Evans
parent
0c2ab895b7
commit
612a38e363
Vendored
+1
@@ -15,6 +15,7 @@ function runTests() {
|
||||
testCall('add', [6, 1], 7);
|
||||
testCall('reentrantCall', [2, 3], 5);
|
||||
testCall('reentrantCall', [1, 8], 9);
|
||||
testCall('goroutineExit', [], undefined);
|
||||
}
|
||||
|
||||
let go = new Go();
|
||||
|
||||
Reference in New Issue
Block a user