-
Updated
Oct 13, 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,545 public repositories matching this topic...
-
Updated
Oct 17, 2021 - Rust
-
Updated
Jan 7, 2021 - Go
-
Updated
Oct 17, 2021 - Assembly
Summa
We already install terser in the js package, so we might as well drop uglifyjs dependency and use terser only.
https://github.com/terser/terser#why-choose-terser
Replacing uglifyjs
with terser
in buildpkg.py
+ removing the dependency should be enough.
-
Updated
Oct 11, 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
-
Updated
Oct 15, 2021
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 24, 2021 - C
-
Updated
Oct 17, 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
Oct 14, 2021 - Rust
<Upload Action="/api/File/UploadFile"
Name="file"
Headers=headers
@bind-FileList="fileList"
ShowButton="fileList?.Count < 3"
ListType="picture-card"
OnPreview="(file)=> previewImg(file)"
Bad links in docs
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
-
Updated
Oct 17, 2021 - C++
-
Updated
Oct 8, 2021 - Go
-
Updated
Aug 10, 2021 - Rust
Most of the macros exported by seed are undocumented, see: https://docs.rs/seed/0.7.0/seed/#macros
It would be good if at least the most commonly used are documented with an example.
-
Updated
Aug 7, 2021
-
Updated
Oct 6, 2021 - C++
-
Updated
Oct 15, 2021 - JavaScript
- Organization
- WebAssembly
- Website
- webassembly.org
- Wikipedia
- Wikipedia
It is awkward, but TypeScript officially supports using
.js
in import specifiers, like so:where
./path/to/some/file.js
does not actually exist, but th