Commit 474b526
[Wasm] Introduce
The intrinsic aims to help with bootstrapping when we need to make changes
in the compiler and in the runtime implementation inside stdlib simultaneously,
allowing to choose behavior depending on the wasmAbiVersion value.getWasmAbiVersion to simplify bootstrapping1 parent 5927c91 commit 474b526
File tree
3 files changed
+10
-0
lines changed- compiler/ir/backend.wasm/src/org/jetbrains/kotlin/backend/wasm
- ir2wasm
- libraries/stdlib/wasm/internal/kotlin/wasm/internal
3 files changed
+10
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
1144 | 1148 | | |
1145 | 1149 | | |
1146 | 1150 | | |
| |||
1552 | 1556 | | |
1553 | 1557 | | |
1554 | 1558 | | |
| 1559 | + | |
1555 | 1560 | | |
1556 | 1561 | | |
1557 | 1562 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
0 commit comments