Commit 4f2ef70
committed
[Wasm] Component Model: Replace hard-coded interface name
Use the informal and unofficial standard used by bytecodealliance tools
for now, see WebAssembly/component-model#422
and WebAssembly/component-model#378 for better
future versions.1 parent 5dd1a2c commit 4f2ef70
File tree
1 file changed
+8
-2
lines changed- compiler/ir/backend.wasm/src/org/jetbrains/kotlin/backend/wasm/lower
1 file changed
+8
-2
lines changedcompiler/ir/backend.wasm/src/org/jetbrains/kotlin/backend/wasm/lower/WasmComponentModelLowering.kt
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
294 | 300 | | |
295 | 301 | | |
296 | 302 | | |
| |||
0 commit comments