-
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,073 public repositories matching this topic...
-
Updated
Mar 8, 2021 - Rust
-
Updated
Jan 7, 2021 - Go
-
Updated
Feb 14, 2021 - Assembly
Summa
-
Updated
Feb 22, 2021
-
Updated
Mar 6, 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
Mar 7, 2021 - C
fuzzing: Use `wasm-encoder` rather than generating WAT text and then assembling it in dummy imports
In bytecodealliance/wasmtime#2497 (comment) we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then passing it to Module::new which internally checks for WAT strings and assembles them into Wasm bytes if necessary.
We can make this more efficient, improving the number of test cases we fuzz in a
-
Updated
Mar 5, 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
Mar 5, 2021 - Rust
-
Updated
Mar 8, 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
Mar 8, 2021 - Go
-
Updated
Dec 18, 2020 - Rust
-
Updated
Mar 8, 2021 - C#
Suggestion / feature request: List which languages / compilers support source maps, and which do not.
-
Updated
Mar 1, 2021 - C++
-
Updated
Mar 5, 2021 - Java
-
Updated
Mar 8, 2021 - 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: