WebAssembly.jl
WebAssembly.jl copied to clipboard
array functions in base.wasm
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?