Implement portable variants of TypedArray.wrap#1309
Implement portable variants of TypedArray.wrap#1309dcodeIO merged 2 commits intoAssemblyScript:masterfrom
Conversation
|
@dcodeIO wdyt should it also optionally add for |
|
Hmm, good question. There is no good i64 story yet, and portable doesn't yet try to polyfill any of that, including the basic type. I suggest leaving the PR as-is for now, and think about better portable i64 support in general later, for example we'd also have to alias |
|
Perhaps on a second note, one way to polyfill i64 in general might be to hijack the i64.xy set of instructions, so one can write |
Implements #1304