Skip to content
Unverified Commit dc985e25 authored by Simon Esposito's avatar Simon Esposito Committed by GitHub
Browse files

Fix js runtime issue with certain array operations. (#608)

Pointerize js runtime wrapped go slices to allow methods such as
push to be called on them. Slices must be passed by reference to goja
so that the effects of such calls reflect on the original value.

Resolves #601
parent 7a1eb66a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment