1
0
mirror of https://github.com/Luzifer/wasm-openssl.git synced 2024-09-19 16:02:58 +00:00

Add warning to README

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-09-18 19:09:26 +02:00
parent dee763a19d
commit cdea0f610e
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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. `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 ## Usage
You will need to have `wasm_exec.js` installed in your project to load the binary: You will need to have `wasm_exec.js` installed in your project to load the binary: