1.45.1 • Published 3 months ago

@eversdk/lib-web v1.45.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Building ever-sdk-js WASM inside docker

To build WASM you need clang v8. Use this workaround if you encounter a problem when building wasm binaries on your platform (MacOSX or Windows).

Pulling build image

docker pull tonlabs/build-tonclient-wasm

Change your current location to ever-sdk-js project. It is important because the next command will use this location to mount the volume with source code inside the docker container with build environment.

cd ever-sdk-js

Run build container in background. First attempt will take a long time.

docker run -v $(pwd):/tonlabs/TON-SDK --name build-tonclient-wasm -dt build-tonclient-wasm tail -f /dev/null

Build WASM

docker exec -ti build-tonclient-wasm "build-tonclient-wasm.sh"

Location of binaries

After successful build process, binaries will be located here

ever-sdk-js/packages/lib-web/index.js
ever-sdk-js/packages/lib-web/eversdk.wasm
Compressed
ever-sdk-js/packages/lib-web/publish/eversdk_1_31_wasm.gz
ever-sdk-js/packages/lib-web/publish/eversdk_1_31_wasm_js.gz
1.45.1

3 months ago

1.44.0

10 months ago

1.44.2

9 months ago

1.45.0

6 months ago

1.44.1

10 months ago

1.44.4

6 months ago

1.44.3

8 months ago

1.42.0

1 year ago

1.43.1

11 months ago

1.43.0

12 months ago

1.42.1

1 year ago

1.43.3

11 months ago

1.43.2

11 months ago

1.41.1

1 year ago

1.41.0

1 year ago

1.39.0

1 year ago

1.40.0

1 year ago

1.38.0

2 years ago

1.37.1

2 years ago

1.38.1

1 year ago

1.37.2

2 years ago

1.36.0

2 years ago

1.35.1

2 years ago

1.37.0

2 years ago

1.36.1

2 years ago

1.34.3

2 years ago

1.35.0

2 years ago

1.34.2

2 years ago

1.34.0

2 years ago

1.34.1

2 years ago

1.33.1

2 years ago

1.33.0

2 years ago

1.32.0

2 years ago

1.30.2

2 years ago

1.31.0

2 years ago

1.30.1

2 years ago