From 282eac6c91c0b4934bd65d562e85cc2bbd20ce5d Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Tue, 22 Aug 2017 11:36:45 -0700 Subject: [PATCH] [readme] Document --enable-wasm --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ======================= -- 2.25.1