kotlin-csv icon indicating copy to clipboard operation
kotlin-csv copied to clipboard

Add reader implementation for wasmJs.

Open gsteckman opened this issue 1 year ago • 0 comments

I extracted the CsvReader implementation for js into a common base class, CsvStringReader, and then reused it for both js and wasmJs actual implementations of CsvReader. js(BOTH) is deprecated, so I updated it to js(IR) in the build file.

gsteckman avatar Jan 27 '24 04:01 gsteckman