Wang Xin

Results 11 comments of Wang Xin

@vnmakarov Is it possible to support parallel fast gen with multi-threading?

Thank you! @vnmakarov > I think it is more double approach than WASM->LLVM->MIR approach because usage of LLVM is overkill and because LLVM IR is not stable. Could you please...

> > > I've just found the mistake. Instead of "doable approach" I typed "double approach". This is probably the source of misunderstanding. Yes, I was guessing you might mean...

> I think currently you could translate WASM to standard C and then use c2mir (it can be used a library too and it is pretty small) to get MIR...

We can do that by adding flag checking in the branch for loop in the runtime, and use additional thread for setting the flag when the guard time expires, the...

@victortanjh This function is not supported in WAMR yet. My last post is just one idea to implement your requirement. Let's put this requirement into the want list.

@joshtriplett Is any spec proposal that might be related to this issue?

@abrown pointed this propsoal: https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.md#enabling-shared-nothing-linking-of-webassembly-modules @scottlin2019

@egreen64 app-mgr is needed for supporting the messaging and queue among Wasm apps inter-communication. It also interfaces the remote clients through socket, serial, or any other physical communications. If you...

@radiocom You can refer to https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/port_wamr.md for porting wamr to a new platform.