Marcin Kolny
Marcin Kolny
`HT_API` macros are used for MSVC build, where we either `dllexport`, or `dllimport` functions. However, if we use module-definition files (.def), those macros are not needed any more. We can...
Benchmarks generate nice JSON output; we could setup some service (e.g. elasticsearch) where we we upload the file, it's automatically processed and add records to the database, which then is...
I couldn't find any test suite in WAMR which tests end-to-end WASI interfaces. I thought it'd be good to have a set of tests (possibly in a form of standalone...
Hi all, I do apologize in advance if this topic was already discussed and documented somewhere - if that's the case, I'd be grateful for any pointers to those discussions....
All spec tests are passing now; I also ran the memory64 tests from @TianlongLiang 's wamr-test repository.
_Do apologize in advance if this is not the right repository for this issue; happy to move it somewhere else_ _I added an item to the agenda for the next...
Hi all, I'm looking to migrate some of the WSP1 code to WSP2 and I noticed there's no `sched_yield` equivalent in any of the existing world launched here: https://github.com/WebAssembly/WASI/pull/577. Is...
I understand that a great thing about Makefile (versus CMake) is less dependencies. However, I see it comes with its own limitations, like not great Windows support, lack of ninja...
This is a work-in-progress PR and still require a few actions. I open the PR to get early feedback. Some of the changes are clone from the other attempt of...
That enables VMs to implement stack overflow detection or using passes like https://github.com/WebAssembly/binaryen/blob/main/src/passes/StackCheck.cpp See https://github.com/WebAssembly/wasi-threads/issues/12