emscripten
Here are 438 public repositories matching this topic...
Using Gstreamer isPlaying() always returns true even when paused and using plain ofVideoPlayer it returns false when paused. It would be great to have a standard behavior.
see:
arturoc/ofxGStreamer#27
There is not a proper documentation how to build, i.e, for iOS, I found differnets issues here without a solution. Is there any oficial guide with the steps? Thx
The on-line demo at http://kripken.github.io/sql.js/examples/GUI/ does not give error messages (for wrong SQL or missing tables or attributes).
The version of @lovasoa does: http://lovasoa.github.io/sql.js/GUI/
Inspired by #1347, we should have more complete documentation on the process of getting started and resolving various types. In particular, the intro to the wasmer-wasi docs should be more detailed and include more examples and the specific methods and types should have more cross-links to make exploration simpler.
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
-
Updated
Jan 26, 2019 - JavaScript
MDN docs: clientWidth, clientHeight
These properties are useful for getting the actual width and height of an element as it is displayed on the webpage, and it is the [recommended way](https://webglfundamentals.org/webgl/lessons/webgl-anti-patt
Currently, the glDrawRangeElements() WebGL 2 function is not implemented in Firefox (38) and causes "Not Implemented." assertion. It is also not yet implemented in Emscripten, but I have a patch that adds it.
Rela
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
emcc-path on Windows gives (PROJECT DIRECTORY)\node_modules\nbind\bin\emcc. It should give the path of a bat file if on Windows instead of a bash script.
-
Updated
Nov 15, 2019 - JavaScript
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!
-
Updated
Mar 20, 2020
-
Updated
Oct 20, 2019 - JavaScript
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:
- The help messages with instructions for installing Emscripten should probably recommend using emsdk regardless of the platform, since that's the only distribution met
-
Updated
Jul 27, 2018 - C
-
Updated
Oct 9, 2019 - WebAssembly
-
Updated
Apr 5, 2019 - C
-
Updated
Apr 15, 2020 - C++
-
Updated
Mar 21, 2019 - C
-
Updated
Mar 18, 2020 - JavaScript
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=
-
Updated
Apr 18, 2020 - C++
-
Updated
Aug 29, 2019 - JavaScript
-
Updated
Dec 28, 2019 - Rust
Improve this page
Add a description, image, and links to the emscripten topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emscripten topic, visit your repo's landing page and select "manage topics."
Problem
Messages sent to private workers will be dropped until the worker is loaded
https://github.com/yewstack/yew/blob/1ede16795a8f08975708e1808c0d528f31d5c946/src/agent.rs#L466-L468
Proposed Solution
Implement a similar solution to how the public worker message queue works.