From f27525acf917d7244d1f4bd00b73a670e0b75e3e Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Thu, 24 Dec 2020 20:49:00 -0800 Subject: [PATCH 1/4] Add D integration to Language Integrations table --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c8224f729a2..6d55a9d18a5 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ qjs > | ![Rust logo] | [**Rust**][Rust integration] | [`wasmer` Rust crate] | [Docs][rust docs] | ![C logo] | [**C/C++**][C integration] | [`wasmer.h` headers] | [Docs][c docs] | | ![C# logo] | [**C#**][C# integration] | [`WasmerSharp` NuGet package] | [Docs][c# docs] | +| ![D logo] | [**D**][D integration] | [`wasmer` Dub package] | [Docs][d docs] | | ![Python logo] | [**Python**][Python integration] | [`wasmer` PyPI package] | [Docs][python docs] | | ![JS logo] | [**Javascript**][JS integration] | [`@wasmerio` NPM packages] | [Docs][js docs] | | ![Go logo] | [**Go**][Go integration] | [`wasmer` Go package] | [Docs][go docs] | @@ -116,6 +117,11 @@ qjs > [`wasmersharp` nuget package]: https://www.nuget.org/packages/WasmerSharp/ [c# docs]: https://migueldeicaza.github.io/WasmerSharp/ +[d logo]: ./assets/languages/d.svg +[d integration]: https://github.com/chances/wasmer-d +[`wasmer` Dub package]: https://code.dlang.org/packages/wasmer +[d docs]: https://chances.github.io/wasmer-d + [python logo]: ./assets/languages/python.svg [python integration]: https://github.com/wasmerio/wasmer-python [`wasmer` pypi package]: https://pypi.org/project/wasmer/ From c30d2eb9ea9ac6839c450ec7ee230db4b4968f16 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Thu, 24 Dec 2020 20:55:07 -0800 Subject: [PATCH 2/4] Add D lang logo --- assets/languages/d.svg | 215 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 assets/languages/d.svg diff --git a/assets/languages/d.svg b/assets/languages/d.svg new file mode 100644 index 00000000000..3ba85274c60 --- /dev/null +++ b/assets/languages/d.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + From 4d1268741ac2721a6cf8ec3941d2c246c43800f9 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Thu, 24 Dec 2020 21:07:48 -0800 Subject: [PATCH 3/4] Shrink D logo --- assets/languages/d.svg | 52 ++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/assets/languages/d.svg b/assets/languages/d.svg index 3ba85274c60..9a0b431bb69 100644 --- a/assets/languages/d.svg +++ b/assets/languages/d.svg @@ -8,10 +8,34 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" - width="123.86523" - height="93.752739" - id="svg2"> + width="26" + height="20" + id="svg2" + sodipodi:docname="d.svg" + inkscape:version="0.92.3 (2405546, 2018-03-11)"> + image/svg+xml - + + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:125%;font-family:'Gill Sans MT';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#eeeeec;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:none;stroke:url(#linearGradient3462);stroke-width:1.34628034;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;stroke:#323232;stroke-width:1.3558476;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:url(#linearGradient2232);fill-opacity:1;fill-rule:nonzero;stroke:none" + inkscape:connector-curvature="0" /> + style="display:inline;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none" + inkscape:connector-curvature="0" /> From bdd4a831931dc43cc6c5829008823fb9a90ca391 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Thu, 24 Dec 2020 23:18:08 -0600 Subject: [PATCH 4/4] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f14a3b7a8..c7df09c1f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ## **[Unreleased]** +- [#1153](https://github.com/wasmerio/wasmer/pull/1969) Added D integration to the README + ## 1.0.0-rc1 - 2020-12-23 ### Added