-
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,008 public repositories matching this topic...
-
Updated
Feb 5, 2021 - Rust
-
Updated
Jan 7, 2021 - Go
-
Updated
Jan 12, 2021 - Assembly
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
Summa
-
Updated
Feb 1, 2021
-
Updated
Feb 1, 2021
Related to #663 , adding type annotations to pyodide_build as well as packages/micropip modules would likely make iterating on other build related issues faster (as some issues could be detected earlier), and would make the code more readable.
We only need to annotate the of input and output in functions/methods. Mypy should also then activated in the CI [here](http
-
Updated
Jan 23, 2021 - C
-
Updated
Feb 4, 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
Jan 16, 2021 - Rust
-
Updated
Feb 3, 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
Jan 31, 2021 - Go
-
Updated
Feb 4, 2021 - C#
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
-
Updated
Dec 13, 2020 - C++
-
Updated
Feb 5, 2021 - Java
-
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: