Charlie Tapping
09/14/2024, 2:17 PMtasks.withType<KotlinJsCompile>().configureEach {
compilerOptions {
freeCompilerArgs.addAll("-Xwasm-use-new-exception-proposal")
}
}
This release also hides the last of chasms internals from the public api, chasmās error types now hold string representations of the internal error encodings, conveying the same information without leaking the types into the ABI.
Things will be quiet for the next month as Iām due to go travelling for 3 weeks but when Iām back I plan to continue stabilising the library ahead of a 1.0, implement the Threads proposal and ⦠finally make some moves towards WASI (which is when this library really gets interesting š )andylamax
09/14/2024, 9:03 PMchrisjenx
09/16/2024, 3:45 PMCharlie Tapping
09/16/2024, 4:00 PMchrisjenx
09/16/2024, 4:01 PMchrisjenx
09/16/2024, 4:02 PMCharlie Tapping
09/16/2024, 4:05 PMCharlie Tapping
09/16/2024, 4:05 PMchrisjenx
09/16/2024, 4:06 PMjw
09/16/2024, 4:08 PMchrisjenx
09/16/2024, 4:09 PMspierce7
09/22/2024, 5:01 PMjw
09/22/2024, 6:52 PMspierce7
09/22/2024, 7:22 PMjw
09/22/2024, 8:35 PMCharlie Tapping
09/22/2024, 10:06 PMspierce7
09/23/2024, 12:35 AM