moonbitlang / core

MoonBit's Core library

Home Page:https://moonbitlang.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

provide a fast Vec::of_array for most general cases using blit

bobzhang opened this issue · comments

We are working on improve the cases like Vec:[1,2,3] // Syntactic array, this is not common once we switched literal syntax for Vec, however, convert arbitrary array into vec still needs to be improved (using array.copy intrinsics provided by wasmgc)