lucet icon indicating copy to clipboard operation
lucet copied to clipboard

Lucet, the Sandboxing WebAssembly Compiler.

Results 65 lucet issues
Sort by recently updated
recently updated
newest added

currently, lucet runtime and cranelift codegen back ARM32, ARM64 and X64, but I want to know Why not choose to support x86-32? What are the considerations? Background: Working on the...

Since Big Sur, the path to Xcode SDKs need to be explicitly provided to the linker.

### The Context (for `Context`) I've had a nagging feeling something is a little "off" about `Context` since we had to add [parent_ctx](https://github.com/bytecodealliance/lucet/blob/master/lucet-runtime/lucet-runtime-internals/src/context/mod.rs#L122).. I said I'd ruminate on this back...

To the best of my knowledge, the current veriwasm fuzzing script will not actually report an error when veriwasm fails to verify the compiled code. This is because the fuzz_target!...

## The main problem: resource leaks If a guest terminates due to a signal or an explicit termination call rather than returning normally via `lucet_context_backstop`, the stack still needs to...

Hello. I just started to learn how to use Lucet by reading [the document](https://bytecodealliance.github.io/lucet/Overview.html). And I'm facing a problem in [Using the Lucet runtime API from Rust - Lucet](https://bytecodealliance.github.io/lucet/lucet-runtime-example.html) section....

Lucet currently provides configurable limits for things like linear memory growth, but these limits are relatively "static" in that they are set at a specific value when setting up an...

I apologize if this isn't the place to ask this question and I would ask on StackOverflow, but on SO you either get a really good answer, or a really...

Heads up! A recent change introduced a new `libclang` build time dependency. I had to add `libclang` after updating Vector from 0.6.1 to the master. In 0.6.1 I did not...