bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 164 forks source link

Expose bounded runtime #625

Closed benaubin closed 3 years ago

benaubin commented 3 years ago

Exposes the bounded runtime API added in #612 publicly.

benaubin commented 3 years ago

Hmm, looks like the only test that fails tests UFFD on MacOS. That seems correct - UFFD doesn't exist on Mac. I added #[cfg(target_os = "linux")] in b6b7e6b so the test doesn't fail.

benaubin commented 3 years ago

Closing in favor of #626