You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ This library is published as a [npm package](https://www.npmjs.com/package/physx
44
44
```
45
45
npm i physx-js-webidl
46
46
```
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).
48
48
49
49
## Building
50
50
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.
Copy file name to clipboardExpand all lines: dist/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ This library is published as a [npm package](https://www.npmjs.com/package/physx
44
44
```
45
45
npm i physx-js-webidl
46
46
```
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).
48
48
49
49
## Building
50
50
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.
0 commit comments