Wenyong Huang
Wenyong Huang
> In a module with 100,000 exports, the load time goes from 20+ seconds to a couple hundred milliseconds on my machine. In the case of 10,000 exports, it's a...
@sjamesr I got an idea to improve the performance of wasm_runtime_lookup_function and submitted PR #3865, could you help check it? Thanks.
> #3865 was more like my first approach of sorting the exports in place, but I couldn't figure out why the CI was failing. You've fixed that, so I think...
Hi, this is a limitation and we decided not to support it, see: https://github.com/bytecodealliance/wasm-micro-runtime/issues/2789 Is there any actual use case from you?
The string is stored into const string set, and is also emitted into AOT file, and loaded again in aot loader. All the operations assume the string is null terminated,...
> > and in wasm_runtime_lookup_function_raw, do the same change for the input string and use the changed string to call wasm_runtime_lookup_function. > > if you mean to expose wasm_runtime_lookup_function_raw to...
@lucasAbadFr thanks for reporting the issue! @yamt and @loganek could you help have a look? Seems we had better remove these three lines in posix os_socket_recv_from? https://github.com/bytecodealliance/wasm-micro-runtime/blob/e8c2952bf959f6df81972fc469a4357f04ee629a/core/shared/platform/common/posix/posix_socket.c#L279-L281
> > @lucasAbadFr thanks for reporting the issue! > > @yamt and @loganek could you help have a look? Seems we had better remove these three lines in posix os_socket_recv_from?...
> Hello @wenyongh ! > > Reaching out after two months, like we said previously I tried to make CI run. I also increased support for file system API. >...
@lucasAbadFr the errors reported by CIs can be found below (you can click Actions or visit https://github.com/bytecodealliance/wasm-micro-runtime/actions): https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10090660314/job/27900575529 ```bash D:\a\wasm-micro-runtime\wasm-micro-runtime\core\shared\platform\windows\win_file.c(1799,9): error C2231: '.type': left operand points to 'struct', use '->'...