sbc100 wrote:

> How is the status on this? Is there any workaround to compile to wasm with 
> memories smaller than 64KiB for embedded systems for demonstration purposes?

Yes, isn't that exactly what https://github.com/llvm/llvm-project/pull/128942 
does?    You would link with `-Wl,--page-size=1` and then you could get 
arbitrary sized memories.   

You currently need to use LLVM tip-of-tree to try out this flag.   If this 
backport is landed it would end up in the next 20.X point release.


https://github.com/llvm/llvm-project/pull/129762
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to