Skip to content
#

asmjs

Here are 52 public repositories matching this topic...

tlively
tlively commented Jan 9, 2020

emscripten-core/emscripten#10148 is a report from a cargo-web user whose Emscripten installation is managed by cargo-web but is invalid. I took a look at the cargo-web source, and noticed a few issues:

  1. The help messages with instructions for installing Emscripten should probably recommend using emsdk regardless of the platform, since that's the only distribution met
aidanhs
aidanhs commented Jan 27, 2019

See yewstack/yew#233 (comment) for context.

Essentially, the desired behavior is: if an edit for a field (e.g. an input or text area) is 'rejected' (i.e. not applied to the model), the render should not update. In react this is known as 'controlled components'.

In squark you can test this by applying the patch I've pasted at the bottom and then editing the 'new item' input element on the

olilarkin
olilarkin commented Feb 29, 2020

i need to be able to call file_packager.py directly, but EMSDK env var doesn't seem to be set in the docker image as it would be with a direct install.

sorry to post a query like this here, but how is it possible to call file_packager.py

ideally something like this would just work in the docker image

python $EMSDK/upstream/emscripten/tools/file_packager.py

but "upstream" is variable de

jcfr
jcfr commented Jun 3, 2019
CMake Warning (dev) at /usr/share/cmake-3.13/Modules/FindPNG.cmake:51 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable ZLIB_ROOT is set to:

    /work/dcmjs-build/ZLIB-install

  For compatib
dotnwat
dotnwat commented Feb 27, 2017
docker run -v /home/nwatkins/src/xmr-proxy:/src trzeci/emscripten:sdk-tag-1.37.3-64bit emcc -Wall -O2 -o groestl.js.o groestl.c
skein.c: In function ‘Skein_256_Final’:
skein.c:1371:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */
   ^
skein.c: In function ‘S

Improve this page

Add a description, image, and links to the asmjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asmjs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.