fix: potential 'all features must be enabled' error#191
fix: potential 'all features must be enabled' error#191mokurin000 wants to merge 1 commit intoemilk:mainfrom
Conversation
|
@emilk |
|
I'll have @lucasmerlin review it next week. Maybe these are options we should enable in the It would be very helpful to have some links explaining these new options. |
I will try to search for related issues later |
|
update: all related ref link has been added in the issue. Including the LLVM source code about when will COPY_I* instructions be used. The float truncating one is for a more general operation defined not only for WASM, so better to have it |
This adds options to enable bulk memory, atomic operations and floating point number nontrapping convertion to
int.To poll futures using poll_promise, we must enable these options, or
trunk build --releasewould fail.Also,
--enable-nontrapping-float-to-intseems needed even withoutpoll_promise. It's likely from rust standard library.