Andreas Rossberg
Andreas Rossberg
Not sure how this is fundamentally different from other properties that are added by other APIs. For example, the DOM adds plenty of properties to the global object. Ecma-262 explicitly...
@mtrofin, ah, okay, thanks for the clarification. And yes, I agree with the resolution.
I have the same reaction as @nomeata: why would you embed frontend stuff like JS/HTML/CSS in Motoko? Motoko is for backend code, why conflate the two? As I just commented...
My understanding is that nothing special ought to happen in that case — the already wrapped inner function is treated as any old JS function. That simply results in the...
> 1. Why are Unicode identifiers not allowed directly in the WebAssembly text format (i.e., string-escaping seems to be required)? Although web developers usually don't read them, devtools developers, Wasm...
@conrad-watt, can you please review this?
The "up to" here is used in the sense of "up to some limit", not suggesting any stack direction.
~In fact, aren't the additions missing as well?~
Yes, this appears to be an oversight. Would you be interested in creating a PR to fix it?
Okay, I ported the internal test harness to sync/async, which had been out of date. This should work now, please let me know if there still are problems.