Skip to content
#

wasi

Here are 89 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

krustlet
thomastaylor312
thomastaylor312 commented Sep 2, 2020

Right now, if the bootstrap process fails part of the way through, it leaves a bunch of invalid resources around in the cluster (like the old CSR). As a new user, it would be helpful if I didn't have to clean these up manually after a bootstrap fail.

Requirements:

  • Clean up auth certificate CSR on failure

Questions:

  • ~Should we clean up anything else? Cleaning up local config sounds da

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