Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Sep 24, 2024
1 parent ecb7b1d commit 19f2fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/array.voyd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub fn get<T>(arr: FixedArray<T>, index: i32) -> T

pub fn set<T>(arr: FixedArray<T>, index: i32, value: T) -> FixedArray<T>
binaryen_gc_call(arraySet, [arr, index, value])
arr

pub fn copy<T>(destArr: FixedArray<T>, opts: {
from: FixedArray<T>,
Expand Down

0 comments on commit 19f2fb6

Please sign in to comment.