Skip to content

Commit 824ec44

Browse files
authored
Remove old asmjs target mention from README.md (#25810)
1 parent 3774a43 commit 824ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It can probably port your codebase, too!
2424
While Emscripten mostly focuses on compiling C and C++ using
2525
[Clang](https://clang.llvm.org/), it can be integrated with other LLVM-using
2626
compilers (for example, Rust has Emscripten integration, with the
27-
`wasm32-unknown-emscripten` and `asmjs-unknown-emscripten` targets).
27+
`wasm32-unknown-emscripten` target).
2828

2929
License
3030
-------

0 commit comments

Comments
 (0)