Skip to content
#

emscripten

Here are 438 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

yuxineverforever
yuxineverforever commented Jan 12, 2018

I am the new beginner to use ffmpeg.js for about one week. It is really wonderful work!

However, It is not very easy for beginners to handle and I have met a lot of pitfalls when I convert video to images using that.

I think a detailed wiki is needed or we can add more examples to the README. Thanks for consideration!

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.