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

Is there any interest in adding support for [reference-types](https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md) to Lucet? If so, who should I speak with? Thanks!

Does lucetc have a way to emit `.debug_*` sections in the shared object? If not (I assume not, since I can't find any debug-related source code in the repo), what...

It looks like thread-local state becomes infected once an instance traps (e.g. by executing `unreachable`), and when the next instance is created in the same thread, it panics with the...

`--opt-level {0,1,2}` work fine, but none of the other options are recognized despite being described in the help text. It'd probably also be nice to allow a short option from,...

Is there a plan to support parallel compilation with lucetc? Would it be a helpful contribution? It seems rayon could be added [here](https://github.com/fastly/lucet/blob/bca5f699ccf2135270da620503fdd32ed7dd1688/lucetc/src/compiler.rs#L133-L148), similarly to how it's used [in wasmtime](https://github.com/CraneStation/wasmtime/blob/fa9175f9e5b909071fc5d66430cb5a69066ba506/wasmtime-environ/src/cranelift.rs#L212-L215)....

I'm interested in using Lucet for a project, but I have security concerns with running user-provided code (of course). I think it would be very useful if you could provide...

**Context** This is part of a series of bugs that I spoke to @tyler @pchickey about. We are currently using Lucet to sandbox libraries in C++ applications. The idea behind...

**Context** This is part of a series of bugs that I spoke to @tyler @pchickey about. We are currently using Lucet to sandbox libraries in C++ applications. The idea behind...

**Context** This is part of a series of bugs that I spoke to @tyler @pchickey about. We are currently using Lucet to sandbox libraries in C++ applications. The idea behind...

**Context** This is part of a series of bugs that I spoke to @tyler @pchickey about. We are currently using Lucet to sandbox libraries in C++ applications. The idea behind...