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
Mozilla has been designed a proposal to make it easier to interop between Javascript and WebAssembly code, including specs about how strings and object must be specified in WebAssembly memory regions and how calls signature must be done. I think walt could greatly take advantage of this specs, but by using it and to make it easier to interop since it's a standar spec.
Impact
Small, just a matter to take a note on the differences of the current implementation with the wasm-bindgen spec and continue from there.
Feature Request
Overview
Mozilla has been designed a proposal to make it easier to interop between Javascript and WebAssembly code, including specs about how strings and object must be specified in WebAssembly memory regions and how calls signature must be done. I think
walt
could greatly take advantage of this specs, but by using it and to make it easier to interop since it's a standar spec.Impact
Small, just a matter to take a note on the differences of the current implementation with the wasm-bindgen spec and continue from there.
Details
https://github.com/rustwasm/wasm-bindgen
https://github.com/rustwasm/wasm-bindgen/blob/master/DESIGN.md
Due Date
2018-04-30
The text was updated successfully, but these errors were encountered: