Viorel Ștefan Alexandrescu
09/26/2023, 1:57 PMbashor
09/26/2023, 11:51 PMViorel Ștefan Alexandrescu
09/27/2023, 9:05 AMbashor
09/27/2023, 7:02 PMViorel Ștefan Alexandrescu
10/03/2023, 3:12 PMkotlin
project, but I couldn't quite get my head wrapped around as to what exact implementation is kotlin referencing whenever a println
is called.
My guess right now is that there's a place somewhere in the wasm
"module" where we map these calls.
If I'm wrong, could you point me in the right direction? It's a really intriguing bug 🤔
FYI, I've also searched for the wasmTest
gradle task, nowhere to be found 😟bashor
10/10/2023, 10:55 PM:wasm.tests:test
— to run compiler tests fro wasm compiler backend
:kotlin-stdlib-wasm-js:check
-- to run stdlib tests for wasm-js targetViorel Ștefan Alexandrescu
10/12/2023, 7:45 AMprintln
implementation lies.
I haven't managed to build the project due to some issues with my environment, I'll have a look over that doc and try again.kotlin-stdlib-wasm-js:check
, seems to me that the output does in fact show line breaks.
test.js.KormaTest.foo[wasm, node] STANDARD_OUT
0.0313984751701355
1023450032
0.029999999329447746
1022739087
How should I proceed in this case?print
instead of println
and the same occurs (as expected I think, judging from the implementation.bashor
10/13/2023, 8:50 PMViorel Ștefan Alexandrescu
10/15/2023, 2:42 PMbashor
10/16/2023, 10:56 AM