-
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 1,994 public repositories matching this topic...
-
Updated
Jan 28, 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
Dec 21, 2020
-
Updated
Jan 26, 2021
-
Updated
Jan 23, 2021 - C
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 28, 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
Jan 24, 2021 - C++
Feature Request
Description of Problem:
Sometimes, when displaying the candlestick and OHLC charts, the y-axis tick values and label overlap, making the charts a little hard to read. I found this example in the Conceptual Overview tab on the Perspective docs page:
<img width="787" alt="Screen Shot 2020-05-07 at 9 26 28 PM" src="https://user-images.githubusercontent.com/35414964/81363
-
Updated
Dec 18, 2020 - Rust
-
Updated
Jan 26, 2021 - Go
-
Updated
Jan 27, 2021 - C#
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
-
Updated
Dec 13, 2020 - C++
-
Updated
Jan 27, 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: