Jason Yu

Results 16 comments of Jason Yu

@Lucahan 谢谢反馈,我们尽快解决。

Any updates?

Is that really necessary for binary ast since we have webassembly that also can be inlined into a module tag?

@littledan Base64 is not a good choice, it will increase about quarter of the size of original binary file. For binary ast, an inline format seems not useful enough, but...

I saw @syg is one of the champions. May I know is there anything blocking the advancing of this proposal?

I am not familiar enough with c#, but actually, I think wasm can not take over javascript completely. First, if you have tried, you would found that javascript is much...

You can use the "Automatic installation script" to easily upgrade the Clang and LLVM related tools on Ubuntu. FYI: https://apt.llvm.org/

Thanks! Can you please provide the version of Emscripten you used that caused this error?

Hi, sorry for the delay. For example the following instructions stores an i32 “123” at byte range [4..7]: i32.const 4 // byte-sized address i32.const 123 // value to store i32.store...