From cdea0f610e3e9b4caa41585f32b9ce000a2a6ee9 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 18 Sep 2018 19:09:26 +0200 Subject: [PATCH] Add warning to README Signed-off-by: Knut Ahlers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25337ea..fdd2292 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ `wasm-openssl` is a WASM wrapper around [go-openssl](https://github.com/Luzifer/go-openssl) to be used in Javascript projects. +**A word of warning:** This relies on the **experimental** WASM implementation in Golang. It is working but most likely will not have its final state. When the Golang implementation of WASM changes this likely will change too. Following SemVer every breaking change will have an increase of the major version with an explanation in the [changelog](History.md). + ## Usage You will need to have `wasm_exec.js` installed in your project to load the binary: