Tobias Tebbi

Results 3 issues of Tobias Tebbi

It's still an open question how dynamic dispatch, in particular virtual and interface method calls, should work post-MVP. To contribute to the discussion about this, I wrote up a (sketch...

This is a new proposal for how Wasm GC objects could be accessed from JS. Slides: https://docs.google.com/presentation/d/1BqRlDrQIYdkRHHtoZ7F8a2tpFwYoumCCbqQ4SpULajI/ Document: https://docs.google.com/document/d/1_f-w9r81VCwfCKcFt7ZiWqxYc35ERgbTcgzusip-8oQ/

Suppose a JavaScript number in 31bit int range flows into Wasm as an anyref type. Then in Wasm, we can perform a dynamic type-check to see if it has type...