-
Switch from a database to store the notes to using one file per note and tracking changes with git. This should
* make merges (e.g. to sync notes between devices) easier
* make it possible to do thi…
-
Hi :),
When running the following code I'm getting an error:
```
public class Program
{
public static void Main(string[] args)
{
int cur = 0;
…
-
Hi. I couldn't get WASM to work.
In local OSX.
```
$ docker pull emscripten/emsdk
$ docker run -it emscripten/emsdk bash
```
In Container.
```
$ em++ --version
emcc (Emscripten gcc/clang-…
-
First of all, thanks for the great software.
I completed the installation based on Docker-compose and succeeded in creating a screenshot process using a simple Selenium example by following the tut…
-
Version: `wasm-opt version 112 (version_112) `
Command args: `-O4 -g`
Node.js Version: `v8.9.3`
Got this error when calling `WebAssembly.Module`:
```
CompileError: WebAssembly.Module(): Compili…
-
-
On my local copy of the VSRTL repository (updated to latest commit on main) I have migrated the project to Qt 6.5 (beta-1) with no error nor warnings from the compile output, and plan on pull request…
-
This is a parent thread to follow outside work on Wasm as we investigate a migration from [Native Client](https://developer.chrome.com/docs/native-client/) (NaCl) to [WebAssembly](https://webassembly.…
-
Hi @xtuc , I'm trying to break down and understand the difference between our approaches to WASM. I wrote a Node App previously where I did what you will see in the next code snippet. This code snippe…
-
I tried to follow the `int_sqrt` example here: https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html but I got an error saying
```
ERROR:ro…