mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Updated the docs and polished the bash script, last known working javascript version 5.0.3, this one should help with #442
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
//<link rel="stylesheet" href="/resources/demos/style.css" />
|
||||
</script>
|
||||
|
||||
<script src="coolprop.js"></script>
|
||||
<script src="http://www.coolprop.sourceforge.net/jscript/coolprop-latest.js"></script>
|
||||
<!-- <script src="coolprop.js"></script> -->
|
||||
<script>
|
||||
PropsSI = Module.cwrap('PropsSI','number',['string','string','number','string','number','string'])
|
||||
Props1 = Module.cwrap('Props1SI','number',['string','string'])
|
||||
|
||||
@@ -10,7 +10,9 @@ Pre-Compiled Binaries
|
||||
|
||||
* Download the precompiled binaries from :sfdownloads:`Javascript`, or the development versions from the buildbot server at :sfnightly:`Javascript`
|
||||
|
||||
* Load your js file into your website, following the structure of `the example here <https://github.com/CoolProp/CoolProp/blob/master/wrappers/Javascript/index.html>`_, which is also included at the above download link
|
||||
* Load your js file into your website, following the structure of `the example here <https://github.com/CoolProp/CoolProp/blob/master/Web/coolprop/wrappers/Javascript/index.html>`_, which is also included at the above download link
|
||||
|
||||
* You can also build your website and include our hosted Javascript repository. You will never ever have to update your library by linking directly to ``<script src="http://www.coolprop.sourceforge.net/jscript/coolprop-latest.js"></script>`` in your HTML header. Until now, this file does not get updated automatically, so please file an issue on
|
||||
|
||||
User-Compiled Binaries
|
||||
======================
|
||||
|
||||
Reference in New Issue
Block a user