Commit 61abb2c
authored
fix(agents): Applied workaround for kotlin wasm bug which produced invalid wasm file (#1365)
Workaround for kotlin/wasm compiler bug
https://youtrack.jetbrains.com/issue/KT-83728
This workaround needed so far for Kotlin/Wasm target. Backend has a bug
which makes produced wasm invalid. This is a temporary workaround in
case when koog could be released earlier than the compiler, so Air (or
other koog users) could adopt kotlin/wasm earlier.1 parent d430aee commit 61abb2c
File tree
1 file changed
+4
-1
lines changed- agents/agents-core/src/commonMain/kotlin/ai/koog/agents/core/agent/entity
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| 271 | + | |
269 | 272 | | |
270 | 273 | | |
271 | 274 | | |
| |||
0 commit comments