* changed the resource object extension for the WASI platform to .or (similar to Linux)

This commit is contained in:
Nikolay Nikolov 2024-06-27 03:20:49 +03:00
parent 025282ccb9
commit c491856533

View File

@ -51,7 +51,7 @@ unit i_wasi;
asmext : '.wat';
objext : '.o';
resext : '';
resobjext : '.o';
resobjext : '.or';
sharedlibext : ''; // keep it empty! The sharedlibext drives the export module name
// if this is populated, then the name should be cleared when generating import
staticlibext : '.a';