Skip to content

Commit f5280d1

Browse files
committed
1.38.9
1 parent d1f303a commit f5280d1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog.markdown

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Not all changes are documented here. In particular, new features, user-oriented
1010
Current Trunk
1111
-------------
1212

13-
- Fix `Module.locateFile` to resolve relative paths to *.wasm, *.mem and other files relatively to JavaScript file rather than current working directory
14-
- Add second argument `prefix` to `Module.locateFile` function that contains path to JavaScript file where files are loaded from by default
15-
- Remove `Module.*PrefixURL` APIs (use `Module.locateFile` instead)
13+
v1.38.9: 07/22/2018
14+
-------------------
15+
- Fix `Module.locateFile` to resolve relative paths to *.wasm, *.mem and other files relatively to the main JavaScript file rather than the current working directory (see #5368).
16+
- Add second argument `prefix` to `Module.locateFile` function that contains path to JavaScript file where files are loaded from by default.
17+
- Remove `Module.*PrefixURL` APIs (use `Module.locateFile` instead).
1618

1719
v1.38.8: 07/06/2018
1820
-------------------

emscripten-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.38.8"
1+
"1.38.9"

0 commit comments

Comments
 (0)