Hacker News new | ask | show | jobs
by s3th 3743 days ago
WebAssembly is a low-level runtime currently targeting the existing web platform. There are no plans to add wasm-specific web platform APIs [0]. You will not gain existing capabilities other than those already exposed to mobile websites. Non-web embeddings will be possible [1], but are not currently being developed.

[0]: https://github.com/WebAssembly/design/blob/master/Web.md#web... [1]: https://github.com/WebAssembly/design/blob/master/NonWeb.md

1 comments

Thanks for the information.