-
Updated
Aug 2, 2021 - 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,361 public repositories matching this topic...
-
Updated
Aug 8, 2021 - Rust
-
Updated
Jan 7, 2021 - Go
-
Updated
Aug 5, 2021 - Assembly
Summa
-
Updated
Aug 7, 2021 - Python
-
Updated
Jun 25, 2021
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
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
Applying `VisibleBoundsPadding
-
Updated
Aug 7, 2021
-
Updated
Jul 5, 2021 - C
-
Updated
Aug 8, 2021 - WebAssembly
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
When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.
-
Updated
Aug 3, 2021 - Rust
-
Updated
Aug 3, 2021 - C++
InputPassword style
Describe the bug
, 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
Jun 16, 2021 - Go
-
Updated
May 6, 2021 - Rust
-
Updated
Aug 7, 2021
-
Updated
Aug 5, 2021 - C++
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Aug 6, 2021 - Rust
- Organization
- WebAssembly
- Website
- webassembly.org
- Wikipedia
- Wikipedia
Currently this works:
but this doesn't: