Skip to content

Commit 06477db

Browse files
committed
Updated readme
1 parent 5f88f94 commit 06477db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ This library is published as a [npm package](https://www.npmjs.com/package/physx
4444
```
4545
npm i physx-js-webidl
4646
```
47-
Alternatively you can grab the pre-built binaries (.wasm + support .js) from the latest [Release](https://github.com/fabmax/physx-js-webidl/releases).
47+
Alternatively you can grab the pre-built binaries (`.wasm` + support `.mjs`) from the latest [Release](https://github.com/fabmax/physx-js-webidl/releases).
4848

4949
## Building
5050
In order to build the library you need a recent version of the [emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html) - I'm
51-
using version `3.1.51`. Alternatively, you can use docker as described below.
52-
After successful build, the binaries (.wasm + support .js) will appear in the `dist` directory.
51+
using version `4.0.19`. Alternatively, you can use docker as described below.
52+
After successful build, the binaries (`.wasm` + support `.mjs`) will appear in the `dist` directory.
5353

5454
```
5555
# Clone this repo

dist/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ This library is published as a [npm package](https://www.npmjs.com/package/physx
4444
```
4545
npm i physx-js-webidl
4646
```
47-
Alternatively you can grab the pre-built binaries (.wasm + support .js) from the latest [Release](https://github.com/fabmax/physx-js-webidl/releases).
47+
Alternatively you can grab the pre-built binaries (`.wasm` + support `.mjs`) from the latest [Release](https://github.com/fabmax/physx-js-webidl/releases).
4848

4949
## Building
5050
In order to build the library you need a recent version of the [emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html) - I'm
51-
using version `3.1.51`. Alternatively, you can use docker as described below.
52-
After successful build, the binaries (.wasm + support .js) will appear in the `dist` directory.
51+
using version `4.0.19`. Alternatively, you can use docker as described below.
52+
After successful build, the binaries (`.wasm` + support `.mjs`) will appear in the `dist` directory.
5353

5454
```
5555
# Clone this repo

0 commit comments

Comments
 (0)