Skip to content
#

wasmtime

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

bkolobara
bkolobara commented Dec 14, 2021

Currently, if you create an environment from a process that has the permission to call lunatic::process::allow_namespace it can give greater permissions to sub-processes spawned into the new environment than it has itself.

The lunatic::process::allow_namespace host function should first check if we have permissions for the namespace before allowing us to add it to other environments. Simila

Improve this page

Add a description, image, and links to the wasmtime 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 wasmtime topic, visit your repo's landing page and select "manage topics."

Learn more