You can define Module.wasmBinaryFile (at runtime, so you can use a --pre-js for example), and it will look for the binary file there.
On Wed, Oct 4, 2017 at 2:55 AM, Richard Dodd <[email protected]> wrote: > In [Rust], as part of the build process, output is generated with > metadata, and then linked without the metadata. Unfortunately, the '.js' > file is output referencing the '.wasm' file with the metadata suffix. Are > there any options for emcripten that tell the '.js' file to use a different > name for the '.wasm' file? I could do a find-and-replace, but it seems > messy. > > [Rust]: https://github.com/rust-lang/cargo/issues/4535# > issuecomment-334060734 > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
