User Details
- User Since
- Oct 26 2020, 2:09 AM (125 w, 6 d)
Tue, Mar 21
add comment
Mon, Feb 27
Feb 12 2023
Feb 2 2023
Jan 30 2023
remove an unnecessary line in the test
i added a test.
Jan 26 2023
Jul 8 2022
for my very specific case it can be worked around eg. by "-mexec-model=reactor -emain". but i feel it isn't a right thing to do.
It's difficult to talk about the "right thing to do" in the short term. I'm giving a presentation at the upcoming WASI meeting about "WASI Preview2", which is a plan for a major new successor to the current wasi_snapshot_preview1 API, which will include a new clear definition of "commands", which I expect will be our best chance at fixing these issues.
unfortunately the meeting is at midnight for me.
I'll post the slides in the meeting notes, and I'll be following up with
documentation and standards proposals.
Jun 30 2022
Jun 27 2022
there are use cases for a command to export non-main functions.
eg. malloc/free stuff mentioned in https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/memory_tune.md
this change broke them.
for my very specific case it can be worked around eg. by "-mexec-model=reactor -emain". but i feel it isn't a right thing to do.