-
Notifications
You must be signed in to change notification settings - Fork 705
Open
1 / 11 of 1 issue completedDescription
I recently updated from a version of main branch from Feb 2025 to the latest one, and I found all parameters to be null/0 when calling a native function from WASM.
When doing a diff between the versions I saw that the following text had been added to build_wamr.md: "When enabling SIMD for fast interpreter mode, you'll need to enable both SIMD and the SIMDe library". However, if I enabled it CMake tells me that "SIMDe doesnt support platform windows".
It seems like the only way for me to get my app working is to set WAMR_BUILD_SIMD to 0. What is the plan for SIMD support for windows, going forward?
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels