From: Hood Chatham Date: Mon, 3 Apr 2023 02:54:22 +0000 (-0700) Subject: More accurate explanation of wasm32 state in readme (#776) X-Git-Tag: upstream/3.4.7~64^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bdd4716e5974ee0b28b3c09db1eaa9e8833481e;p=platform%2Fupstream%2Flibffi.git More accurate explanation of wasm32 state in readme (#776) There are three main wasm32 target triples: * wasm32-unknown-unknown * wasm32-unknown-emscripten * wasm32-unknown-wasi The wasm32 port is only for the wasm32-unknown-emscripten target triple. (The other triples have no dynamic linking support so libffi would be both hard to port and of limited utility.) --- diff --git a/README.md b/README.md index 0f4714b..7029f83 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,7 @@ tested: | SPARC64 | Solaris | Oracle Solaris Studio C | | TILE-Gx/TILEPro | Linux | GCC | | VAX | OpenBSD/vax | GCC | -| WASM32 | Chrome | GCC | -| WASM32 | Firefox | GCC | +| WASM32 | Emscripten | EMCC | | X86 | FreeBSD | GCC | | X86 | GNU HURD | GCC | | X86 | Interix | GCC |