WALI icon indicating copy to clipboard operation
WALI copied to clipboard

A low-level virtualization interface for Linux-based systems using WebAssembly

Results 10 WALI issues
Sort by recently updated
recently updated
newest added

As per [this Stack Overflow post](https://stackoverflow.com/questions/56016796/build-size-for-llvm-6-0-0-is-huge-42g) it suggests adding the `-DBUILD_SHARED_LIBS=on` flag. I have another commit that adds `LLVM_TARGETS_TO_BUILD=WebAssembly` but I haven't tested it yet so I'll do that. Note...

The current WIT definition uses record types, but the canonical ABI for WIT records is not compatible with C's default ABI for Wasm.

We should unify the tests in Wizard's WALI implementation as well as more handwritten tests. Any tests we get from distillation should be checked in.

* Upstream polling insertion to engines * WAMR * Wasmtime already has epoch_interruption * Wasmedge? * Engine callbacks for startup * Engine callbacks for binding to main * Address space...