Просмотр исходного кода

doc/memory_usage.md: Update after dev/wasi_threads merge (#1994)

YAMAMOTO Takashi 2 лет назад
Родитель
Сommit
9f0c4b63ac
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      doc/memory_usage.md

+ 1 - 2
doc/memory_usage.md

@@ -14,8 +14,7 @@ the following configuration is assumed in this document:
 * libc heap is used
 * app heap is not used
 * The pthread implementation in `wasi-libc`, which is based on `wasi-threads`
-  (`WASM_ENABLE_LIB_WASI_THREADS`, which is not available on `main` branch
-  yet) might be used
+  (`WASM_ENABLE_LIB_WASI_THREADS`) might be used
 * The another pthread implementation (`WASM_ENABLE_LIB_PTHREAD`) is not used
 
 Module