-
Updated
Dec 15, 2020 - JavaScript
webassembly
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
Here are 2,032 public repositories matching this topic...
-
Updated
Feb 18, 2021 - Rust
-
Updated
Jan 7, 2021 - Go
It seems that tinygo doesn't not support MIPS based embedded devices out of the box, although LLVM does support the following:
mips - MIPS (32-bit big endian)
mips64 - MIPS (64-bit big endian)
mips64el - MIPS (64-bit little endian)
mipsel - MIPS (32-bit little endian)
My intent is to execute the tinygo compiled binary within a mipsel linux box, no
-
Updated
Feb 14, 2021 - Assembly
Summa
-
Updated
Feb 12, 2021
-
Updated
Feb 18, 2021
Distlib includes 4 windows executables https://bitbucket.org/pypa/distlib/src/master/distlib/ for around 350kB.
Removing them would reduce the size of downloads when using micropip (which has distlib as a dependency).
We should likely come up with a way of removing files via a setting in meta.yaml without having to apply patches, e.g.,
remove:
- "distlib/*exe"Standard out
-
Updated
Jan 23, 2021 - C
-
Updated
Feb 18, 2021 - WebAssembly
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when
Problem
walt-cli package when linking multiple .walt files together can "wrap" the modules in a stand-alone JS module. The resulting module is too large because it serialized the dependency tree with the AST information encoded directly into the output, resulting in a massive amount of js.
Encoding the dependencies into the file is done to ensure the module can be used stand-alone in br
-
Updated
Feb 18, 2021 - Rust
-
Updated
Feb 17, 2021 - C++
In strptime as compiled for Emscripten, when given the US locale string format ("%m/%d/%Y, %I:%M:%S %p"), it incorrectly parses "12:00:00 AM" as "12:00:00 PM". In order to fix this, we will need a custom-written string parser similar to the CustomISO8601Parser from arrow_csv.cpp. This parser uses the
-
Updated
Dec 18, 2020 - Rust
-
Updated
Feb 18, 2021 - Go
-
Updated
Feb 18, 2021 - C#
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
-
Updated
Dec 13, 2020 - C++
-
Updated
Feb 10, 2021 - Java
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Feb 5, 2020 - Rust
- Organization
- WebAssembly
- Website
- webassembly.org
- Wikipedia
- Wikipedia


Currently rust provides a page that has examples for each compiler error: https://doc.rust-lang.org/error-index.html
For example,
E0107
An incorrect number of generic arguments were provided.
Erroneous code example: