Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the wasm modules be released? #2

Open
larsgk opened this issue May 18, 2021 · 3 comments
Open

Can the wasm modules be released? #2

larsgk opened this issue May 18, 2021 · 3 comments
Assignees
Labels
type:feature Feature requests

Comments

@larsgk
Copy link

larsgk commented May 18, 2021

Hi,

I am having trouble building the wasm modules on Ubuntu 18.04 - will try with some simple emscripten later. Maybe you can help with the following error:

Successfully tagged webcoral-debian-buster:latest
docker run --rm -i --tty --workdir /workspace \
      --tmpfs /output:rw,exec,nr_inodes=0,size=20G \
      -v /home/work/demos/Coral/webcoral:/workspace \
      "webcoral-debian-buster" /bin/bash -c "chmod a+w /; groupadd --gid 0 root; useradd -m -e '' -s /bin/bash --gid 0 --uid 0 root; echo 'root ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers; su root -c 'make COMPILATION_MODE=opt wasm'"
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: rootfs_linux.go:60: mounting "tmpfs" to rootfs at "/var/lib/docker/overlay2/b1ab90acfaa0723e49deaf6e3977f40e6392609b275ff16848fdf68a99a7ef02/merged/output" caused: invalid argument: unknown.
Makefile:112: recipe for target 'docker-shell' failed
make: *** [docker-shell] Error 125

I also tried to run bazel without docker - but ran out of resources.

Would it be possible for you to include the necessary output files in a release zip (or as part of the repo)?

@hjonnala
Copy link

hjonnala commented Jul 2, 2021

@larsgk As of now, this demo is verified to work only on Linux and macOS. can you please try any one of those platforms and let us know if you are still facing the issue.

@hjonnala hjonnala assigned hjonnala and unassigned Naveen-Dodda Jul 2, 2021
@larsgk
Copy link
Author

larsgk commented Jul 2, 2021

My machine ran out of resources (I found out) - I am on Ubuntu 18.04 ... having the result build would be nice ;)

@hjonnala hjonnala added stat:awaiting Coral team Status - Awaiting response from Coral team type:others Issues not falling in bug, perfromance, support, build and install or feature labels Aug 3, 2021
@hjonnala hjonnala removed the stat:awaiting Coral team Status - Awaiting response from Coral team label May 13, 2022
@hjonnala hjonnala added type:feature Feature requests and removed type:others Issues not falling in bug, perfromance, support, build and install or feature labels Jun 1, 2022
@murkle
Copy link

murkle commented Aug 1, 2023

All the files needed are here: https://github.com/murkle/webcoral/tree/video-demo/site mostly thanks to @akosb

Live demo (with some additional info) here https://test.geogebra.org/~mike/coral/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature requests
Projects
None yet
Development

No branches or pull requests

4 participants