-
Updated
Oct 27, 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,854 public repositories matching this topic...
-
Updated
Sep 4, 2020 - Go
-
Updated
Nov 1, 2020 - Assembly
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with time.Sleep
, we need to make some per-board changes.
Previously, sleepTicks
(the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup
-
Updated
Nov 4, 2020 - Rust
Summa
-
Updated
Oct 13, 2020
-
Updated
Oct 29, 2020 - C
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
Nov 5, 2020 - WebAssembly
-
Updated
Nov 4, 2020
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
-
Updated
Oct 22, 2020 - Rust
-
Updated
Nov 5, 2020 - C++
-
Updated
Oct 17, 2020 - Rust
Bug Report
Steps to Reproduce:
- Create a dataframe with a categorical axis.
- Attempt to load into a
PerspectiveWidget
orTable
.
Expected Result:
A valid widget or Table.
Actual Result:
---------------------------------------------------------------------------
PerspectiveError Traceback (most recent call last)
<ipython-i
-
Updated
Nov 2, 2020 - Go
Python 3 bindings
Implement Python 3
bindings, so wasm3
can be easily used from Python.
-
Updated
Sep 12, 2020 - C++
Column Title增加模板功能,可以自定义显示RenderFragment
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
-
Updated
Oct 28, 2020 - Java
-
Updated
Feb 5, 2020 - Rust
-
Updated
Oct 25, 2020 - Go
- 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: