From 08df215c53632a91d73a333d8bbc5ad3b1ca71c0 Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Tue, 28 May 2024 10:31:18 +0200 Subject: [PATCH] Update repack_emscripten.md --- docs/blog/posts/repack_emscripten.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/repack_emscripten.md b/docs/blog/posts/repack_emscripten.md index 48312e68c..3332facf3 100644 --- a/docs/blog/posts/repack_emscripten.md +++ b/docs/blog/posts/repack_emscripten.md @@ -10,6 +10,6 @@ authors: # Emscripten is now a proper package -So far, the emscripten package was a bit of a hack. It relied on a text file `~.emsdkdir` in the home directory which contained the directory of the emscripten installation. This was not very nice, because it was hard to build packags for serveral emscripten versions. +So far, the emscripten package was a bit of a hack. It relied on a text file `~.emsdkdir` in the home directory which contained the directory of the emscripten installation. This was not very nice, because it was hard to build packages for several emscripten versions. -Now, emscripten is a repacked package which installs emscripten into the conda environment. This allows in principle to to compile packages for multiple emscripten versions. \ No newline at end of file +But now, emscripten is a repacked package that installs emscripten into the conda environment. This allows in principle to compile packages for multiple emscripten versions.