Skip to content
#

wasi

Here are 103 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
alexeldeib
alexeldeib commented Jul 15, 2021

this is fairly minor, but kind of annoying when you need to inject the CA content into the file, and they might technically be coming from different sources

https://github.com/deislabs/krustlet/blob/9efb832edb288ba86822bd62e80e3f9f5e68e37b/crates/kubelet/src/bootstrapping/mod.rs#L70

It'd be nice if this could try to check for either field (certificate_authority or certificate_authority_data)

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