ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:

Home Page:https://ballercat.github.io/walt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm-bindgen

piranna opened this issue · comments

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