Bharat Kumar
12/18/2023, 9:19 AMSvyatoslav Kuzmich [JB]
12/18/2023, 10:45 AMwasmJs and wasmWasi with different sets of APIs.
In wasmJs you have browser APIs. Some of them are provided in package org.w3c, in standard library. You can access missing APIs using general interoperability with JS.
In wasmWasi target currently can access WASI Preview 1 APIs. We don’t provide ready-to-use WASI sys-calls yet, but you can see how they are implemented in KoWasm project here. WASI as a standard, is in the early stage of development, and the upcoming WASI Preview 2 API set will completely replace all Preview 1 APIs.Bharat Kumar
12/18/2023, 10:48 AMBharat Kumar
12/18/2023, 10:49 AMSvyatoslav Kuzmich [JB]
12/18/2023, 10:55 AMBharat Kumar
12/18/2023, 11:01 AMchristianbecker
12/18/2023, 11:45 AM3.0.0-wasm2 version of Ktor available, that is already integrated in https://github.com/joreilly/ClimateTraceKMP: https://github.com/joreilly/ClimateTraceKMP/blob/main/gradle/libs.versions.toml#L22Bharat Kumar
12/18/2023, 2:18 PMMichael Paus
12/18/2023, 4:14 PMBharat Kumar
12/27/2023, 9:12 AMchristianbecker
12/29/2023, 4:44 PMchristianbecker
12/29/2023, 4:55 PMBharat Kumar
01/01/2024, 4:57 AM