WebAssembly.jl icon indicating copy to clipboard operation
WebAssembly.jl copied to clipboard

array functions in base.wasm

Open tshort opened this issue 6 years ago • 0 comments

base.wasm contains a few arraylen, arrayset, and arrayref functions. Were those written in AssemblyScript? Or, was this hand written? Either way, can we include the source file?

Is it possible to convert these to Julia?

On the other hand, are there advantages to using more of the AssemblyScript standard library?

tshort avatar Dec 03 '18 12:12 tshort