-
| | |
| --- | --- |
| Bugzilla Link | [48460](https://llvm.org/bz48460) |
| Version | trunk |
| OS | MacOS X |
| CC | @DougGregor,@josephcsible,@zygoloid,@ArslanIbnDaud |
## Extended Description
T…
-
This is a tracking issue to audit the public embedding API for correctness with respect to assembly load context support.
The goal is to consider how each function in the headers below will behave …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48460](https://bugs.llvm.org/show_bug.cgi?id=48460) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [20827](https://llvm.org/bz20827) |
| Version | 3.3 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@zygoloid |
## Extended Descri…
-
Rust's `&'a T` is [guaranteed](https://doc.rust-lang.org/nomicon/ffi.html#interoperability-with-foreign-code) to be interpretable as a nonnull raw pointer. Wrapping them in `Option` adds the null case…
-
I was wondering if the API could be generalized to the extend that switching to non-epoch (e.g. [conc](https://github.com/redox-os/tfs/tree/master/conc)) backends would be possible.
For example, th…
ticki updated
7 years ago
-
I am trying to use mono-wasm with a worker thread. In the thread, I call indexedDB.open.
This returns an object, on which I set a callback for onsuccess.
Because of how events are delivered in the…
-
```cpp
#include
#include
template
struct is_static_castable : std::false_type
{};
template
struct is_static_castable
: std::true_type
{};
template
constexpr bool is_static_ca…
-
This is a tracking issue for the RFC 2580 "Pointer metadata & VTable" (rust-lang/rfcs#2580).
The feature gate for the issue is `#![feature(ptr_metadata)]`.
### About tracking issues
Tracking issues …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20827](https://bugs.llvm.org/show_bug.cgi?id=20827) |
| Status | NEW |
| Importance | P normal |
|…