Passing a single value to @wasm would ignore the renaming

This commit is contained in:
Christoffer Lerno
2025-11-18 18:25:07 +01:00
parent 49b8cfe267
commit 2a41fa6281
3 changed files with 40 additions and 7 deletions

View File

@@ -32,6 +32,7 @@
- Regression vector ABI: npot vectors would load incorrectly from pointers and other things. #2576
- Using `defer catch` with a (void), would cause an assertion. #2580
- Fix decl attribute in the wrong place causing an assertion. #2581
- Passing a single value to `@wasm` would ignore the renaming.
### Stdlib changes