Skip to content
#

emscripten

Here are 443 public repositories matching this topic...

yew
wasmer
pdugre
pdugre commented Mar 30, 2020

Hi!

I am using the wasm2js tool on a WebAssembly module written in Rust using wasm-bindgen(no emscripten involved) to generate code that works on Internet Explorer. However, since I added a new library which internally makes use of i64, this import has been added to the wasm2js output:

import { getTempRet0 } from 'env';

From what I understand, this method is used by

ollietb
ollietb commented Sep 1, 2017

I'm getting this error on an application which is scanning multiple QR codes over long periods

Failed to read QR code. Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.

@schmich could you please recompile the script with more pointers as described [here](https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacti

nicolasdeory
nicolasdeory commented Apr 30, 2020

I built a custom FFMPEG following the README instructions, adding the filter setpts to the Makefile. I managed to build successfully, and I managed to create a MP4 video with only MP3 audio.

I'm using ffmpeg-worker-mp4.js.

As soon as I try to add an input image, the program exits with code 1, with not much information.
Here's the console log (scriptfinal.js is the file where I handle al

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
TAMHAN
TAMHAN commented Jul 22, 2017

Hello Folks,
sorry to bug, but I ran into a super odd problem. I have created a small server/client demo based on Emscripten, and run it in Chrome. Sadly, communication always terminates with a failed assert.

First of all, the server:

#include "humblenet.h"
#include "humblenet_p2p.h"
#include <stdio.h>
#include <emscripten.h>

#define CHANNEL 0
char buff[22222];


PeerId myPeer=
bug

Improve this page

Add a description, image, and links to the emscripten 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 emscripten topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.