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
The extended-const Wasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon. Furthermore it is a fairly light weight proposal, therefore implementing it won't be a lot of work.
Having extended-const support in wasmi will be an enabler for use cases that rely on dynamic linking of Wasm modules.
The text was updated successfully, but these errors were encountered:
This is about adding support for the
extended-const
Wasm proposal.The
extended-const
Wasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon. Furthermore it is a fairly light weight proposal, therefore implementing it won't be a lot of work.Having
extended-const
support inwasmi
will be an enabler for use cases that rely on dynamic linking of Wasm modules.The text was updated successfully, but these errors were encountered: