kotlin-csv
kotlin-csv copied to clipboard
Add reader implementation for wasmJs.
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.