-
Updated
May 17, 2022 - Rust
wasi
Here are 127 public repositories matching this topic...
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 23, 2022 - Rust
When --cert-file and --private-key-file are set to the same file one overwrites the other and TLS fails with a parse error (which makes sense).
A quick check in the config that these parameters do not have the same value would be a useful addition I think.
For future reference:
https://github.com/yonaskolb/XcodeGen
https://github.com/tuist/tuist/
We just see that people forget adding new demo files to the demo Xcode project, and this can and should be automated after all.
-
Updated
May 19, 2022 - Go
This issue is for tracking the overall progress of upstreaming our changes, please post here if you create any new PRs with our changes in the upstream repository:
-
Updated
May 18, 2022 - C++
On blur, we should call this.xterm.scrollToBottom().
-
Updated
Apr 6, 2022 - Rust
-
Updated
Nov 3, 2020
-
Updated
Mar 25, 2022
-
Updated
Apr 8, 2022 - Rust
-
Updated
May 10, 2022 - Rust
-
Updated
Apr 20, 2022 - TypeScript
-
Updated
Oct 24, 2021 - TypeScript
-
Updated
Jun 27, 2020 - TypeScript
-
Updated
May 17, 2022 - C++
-
Updated
Dec 14, 2021 - WebAssembly
-
Updated
Mar 10, 2021 - Rust
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
May 18, 2022 - TypeScript
The AssemblyScript implementation is currently pinned to v0.4.4 or as-wasi, and the new release that breaks building modules:
ERROR TS6054: File '~lib/as-wasi.ts' not found.
import { Console } from "as-wasi";
~~~~~~~~~
in ~lib/@deislabs/wasi-experimental-http/index.ts(3,25)
We should bump as-wasi (and potentially AssemblyScript itself).
Improve this page
Add a description, image, and links to the wasi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wasi topic, visit your repo's landing page and select "manage topics."