shine icon indicating copy to clipboard operation
shine copied to clipboard

Can't reproduce emcc build of js/dist/libshine.js

Open TimDaub opened this issue 5 years ago • 0 comments

Hi,

I'm currently trying to add npm support for this package. However, right now when I go into the js folder and run make, I get a different output in dist to the one that you've uploaded.

I get a separate .js and .wasm file. I wonder if that's because we may have different emscripten versions or because there are some parameters missing in the Makefile.

Mine is:

> emcc --version
emcc (Emscripten gcc/clang-like replacement) 1.39.0 (commit ae5044e7797654f2ed5fb7c0e174e7c8ead5187b)
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

TimDaub avatar Dec 24 '20 11:12 TimDaub