You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I couldn't reproduce your issue. When I run the code you provided in a Wasm/WASI test, the test passes with no problems. I don't know how to use "micro-wasm-runtime" to run Wasm programs. If you provide a self-contrained step-by-step instruction, I could look into it, but otherwise, I'd suspect that it's the runtime's fault: how come this code runs just fine in the browser?
Exception: null function object produced when i use kotlinx.datetime.Instant.toString
#00: [#23] 0xf5c8 - kotlin.collections.toList <- we met the "null pointer" exception here.
#1: [#17] 0xf0ec - kotlin.collections.distinct
#2: [#1804] 0x2857b - kotlinx.datetime.internal.format.OptionalFormatStructure.
#3: 0x1f984 - kotlinx.datetime.format.AbstractDateTimeFormatBuilder.appendOptionalImpl
#4: 0x1f654 - kotlinx.datetime.format.optional
#5: 0x1f691 - kotlinx.datetime.format.optional$default
#6: 0x2d396 - kotlinx.datetime.ISO_DATE_TIME_OFFSET_WITH_TRAILING_ZEROS$lambda.invoke
#7: 0x2d3ea - kotlinx.datetime.ISO_DATE_TIME_OFFSET_WITH_TRAILING_ZEROS$lambda.invoke
#8: 0x1c940 - kotlinx.datetime.format.Companion.Format
#9: 0x2d404 - kotlinx.datetime.
#10: 0x2cc5b - kotlinx.datetime.<get-ISO_DATE_TIME_OFFSET_WITH_TRAILING_ZEROS>
#11: 0x2d149 - kotlinx.datetime.Instant.toString
#12: 0x2f380 - myTest
The text was updated successfully, but these errors were encountered: