Commit 45cbcda
wasm: fix unsafe block consistency in array.v
Removed unsafe blocks around vcalloc calls to match the main builtin/array.v implementation exactly. This ensures consistency between the WASM and C backend implementations.
Co-authored-by: enghitalo <63821277+enghitalo@users.noreply.github.com>1 parent 9aa3064 commit 45cbcda
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments