comparison OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1549:a48ae10857b1

packaging of the WebAssembly module
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2020 15:56:01 +0200
parents 244ad1e4e76a
children 314b6dc507d9
comparison
equal deleted inserted replaced
1548:65eccce95882 1549:a48ae10857b1
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23
24 #include "../OrthancStone.h"
23 25
24 #if !defined(ORTHANC_ENABLE_WASM) 26 #if !defined(ORTHANC_ENABLE_WASM)
25 # error Macro ORTHANC_ENABLE_WASM must be defined 27 # error Macro ORTHANC_ENABLE_WASM must be defined
26 #endif 28 #endif
27 29