- From: Luke Wagner <lwagner@mozilla.com>
- Date: Fri, 3 Mar 2017 08:38:41 -0600
- To: Doug Royer <douglasroyer@gmail.com>
- Cc: public-webassembly@w3.org
- Message-ID: <CANBOb-B4zQs7UgaZtO1NX8jLGaZ=SEpuB2c1ToQPcggmwxTXsg@mail.gmail.com>
WebAssembly is not yet in release browsers, so you'll want to download a pre-release (e.g. Beta) build. (Note: this mailing list is mostly for announcements; irc:// irc.w3.org:6667/#webassembly might be a better place for these types of questions.) Cheers, Luke On Thu, Mar 2, 2017 at 10:25 AM, Doug Royer <douglasroyer@gmail.com> wrote: > > Just started playing with wasm. > > Tried several version of Firefox and Chrome. > > Running Linux, Fedora-24 > > (1) http://webassembly.org/demo/ > > Starts up a loading page, then after the load slider is finished, > products a BLANK page > > (2) The HelloWorld demo, generates: > > An Exception thrown, see JavaScript console, on the browsers. > > (2.1) the "emrun --no_browser --port 8080 ." > prints this when the browser access the page: > > The html page you are running is not emrun-capable. Stdout, > stderr and exit(returncode) capture will not work. Recompile > the application with the --emrun linker flag to enable this, or > pass --no_emrun_detect to emrun to hide this check. > > (2.2) Compiling with "--emrun", produces the same error as (2) > > (2.3) Compiling with "--no_emrun_detect", results in (at compile time) > > clang-3.9: error: unsupported option '--no_emrun_detect' > ERROR:root:compiler frontend failed to generate LLVM bitcode, > halting > > Questions: > > What browsers versions work? > > Are the http://webassembly.org/getting-started/developers-guide/ > incorrect? > > Thanks! > > -- > > Doug Royer - (http://DougRoyer.US http://goo.gl/yrxJTu) > DouglasRoyer@gmail.com > 714-989-6135 > > >
Received on Friday, 3 March 2017 14:39:33 UTC