Yonggang Luo

Results 204 comments of Yonggang Luo

I think other than create a big-endian mode/ABI in Wasm, add enough instruction to make wasm running on big-endian machine don't loose performance is a better option

For example, using webassembly emulation PPC or running webassembly on PPC, or Socket htons(), ntohl(), ntohs(),htons() @binji

@taralx lots of platform have bswap instruction https://c9x.me/x86/html/file_module_x86_id_21.html

> > running webassembly on PPC > > > https://github.com/michalsc/Emu68 runs in AArch64eb instruction set (eb for big endian mode) > > Note that even if we add a `bswap`...

> In my post above, I quoted two use cases from earlier posts which seem to want wasm producer toolchain support and a new big-endian ABI. I don't want a...

> Ok, cool. So to be sure, a wasm `bswap` instruction wouldn't help with running WebAssembly on a ppc or a 68000-series CPU, and wouldn't help porting code written with...

I create a Dockerfile for my own ```docker FROM ubuntu WORKDIR /root RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container RUN apt-get update \ && apt-get install -y wget...

Where are the tags 2.4.7 and 2.4.8? I can not found the tags in git repository

What's the intension of the following change: ``` src/OemVista.inf.in | 2 +- src/constants.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OemVista.inf.in b/src/OemVista.inf.in index c7fd653..ea36f0d 100644...