Skip to content

Commit

Permalink
1.38.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jul 23, 2018
1 parent d1f303a commit f5280d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Not all changes are documented here. In particular, new features, user-oriented
Current Trunk
-------------

- Fix `Module.locateFile` to resolve relative paths to *.wasm, *.mem and other files relatively to JavaScript file rather than current working directory
- Add second argument `prefix` to `Module.locateFile` function that contains path to JavaScript file where files are loaded from by default
- Remove `Module.*PrefixURL` APIs (use `Module.locateFile` instead)
v1.38.9: 07/22/2018
-------------------
- 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).
- Add second argument `prefix` to `Module.locateFile` function that contains path to JavaScript file where files are loaded from by default.
- Remove `Module.*PrefixURL` APIs (use `Module.locateFile` instead).

v1.38.8: 07/06/2018
-------------------
Expand Down
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.38.8"
"1.38.9"

0 comments on commit f5280d1

Please sign in to comment.