Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2017-08-22 21:36:45 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2017-08-23 23:57:04 +0300
commit282eac6c91c0b4934bd65d562e85cc2bbd20ce5d (patch)
tree345f7153172d4e9ae17d02e7d7de38ed0deffe98 /README.md
parent1a621cfcf108d2e9da43ee04a8b43d3a99cb846f (diff)
[readme] Document --enable-wasm
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd25f4ab247..facec5b2383 100644
--- a/README.md
+++ b/README.md
@@ -483,6 +483,16 @@ http://code.google.com/p/nativeclient/
* Currently this is used with Mono's AOT engine as
Native Client does not support JIT engines yet.
+* `--enable-wasm`
+
+ * Use this option to configure mono to run on WebAssembly. It will
+ set both host and target to the WebAssembly triplet. This overrides
+ the values passed to `--host` or `--target` and ignored what config.sub guesses.
+
+ This is a workaround to enable usage of old automake versions that don't
+ recognize the wasm triplet.
+
+
Working With Submodules
=======================