# Overview

WASM wallet client is a thin wrapper around Beam client library build into WASM using Emscripten toolchain. This wrapper allows to run BEAM wallet inside any browser supporting WebAssembly and it provides the regular [BEAM wallet API](Beam-wallet-protocol-API) to communicated with it from external(javascript) code.

Please, look at [documentation](https://github.com/BeamMW/beam/wiki/WASM-wallet-client) to start use it