summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/wasm_ld.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:00:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:37:15 +0300
commit15b0bd6e937a6676b818268378882c5a0a33a33b (patch)
tree7f2b2afa59c9fd08ca4139b9a53f8d8839184515 /docs/markdown/snippets/wasm_ld.md
parent95e7477d120ef8ff4d86aa1c669ad0ad9c5835e1 (diff)
Update everything for new release.0.54.0
Diffstat (limited to 'docs/markdown/snippets/wasm_ld.md')
-rw-r--r--docs/markdown/snippets/wasm_ld.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/wasm_ld.md b/docs/markdown/snippets/wasm_ld.md
deleted file mode 100644
index d47767c71..000000000
--- a/docs/markdown/snippets/wasm_ld.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## Property support emscripten's wasm-ld
-
-Before 0.54.0 we treated emscripten as both compiler and linker, which isn't
-really true. It does have a linker, called wasm-ld (meson's name is ld.wasm).
-This is a special version of clang's lld. This will now be detected properly.