Skip to content
#

wasi

Here are 127 public repositories matching this topic...

fitzgen
fitzgen commented Dec 11, 2020

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

good first issue fuzzing
krustlet
radu-matei
radu-matei commented May 4, 2022

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).

good first issue help wanted

Improve this page

Add a description, image, and links to the wasi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wasi topic, visit your repo's landing page and select "manage topics."

Learn more