+ added tf_under_development for the wasm32 targets

git-svn-id: branches/wasm@46673 -
This commit is contained in:
nickysn 2020-08-23 19:20:30 +00:00
parent 0c366b33fd
commit 438908d86a
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ unit i_wasi;
system : system_wasm32_wasi;
name : 'The WebAssembly System Interface (WASI)';
shortname : 'Wasi';
flags : [tf_needs_symbol_size,tf_files_case_sensitive,tf_no_generic_stackcheck,
flags : [tf_under_development,tf_needs_symbol_size,tf_files_case_sensitive,tf_no_generic_stackcheck,
{ avoid the creation of threadvar tables }
tf_section_threadvars];
cpu : cpu_wasm32;

View File

@ -45,7 +45,7 @@ unit i_wasm;
system : system_wasm32_wasm;
name : 'WebAssembly';
shortname : 'Wasm';
flags : [tf_needs_symbol_size,tf_files_case_sensitive,tf_no_generic_stackcheck,
flags : [tf_under_development,tf_needs_symbol_size,tf_files_case_sensitive,tf_no_generic_stackcheck,
{ avoid the creation of threadvar tables }
tf_section_threadvars];
cpu : cpu_wasm32;