You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// INFO: Doubly-recursive fib(40) with indirect calls via a private table to one same-module function, table initialized by elem, then processed by get/set
// The get/set pair should be performance-neutral but the initial landing of the
// call_indirect optimization makes it not so.
var ins = new WebAssembly.Instance(new WebAssembly.Module(wasmTextToBinary(`