From fd1aab9fc11d2d92674ff08f94470d741d7f3e4a Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 15 Mar 2016 10:54:52 -0700 Subject: Skeleton for the Wasm object We should document this better. Here's a start. --- Web.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Web.md') diff --git a/Web.md b/Web.md index 6662e2c..4d24f69 100644 --- a/Web.md +++ b/Web.md @@ -14,6 +14,12 @@ than if the module was JavaScript. More concretely, the following is a list of points of contact between WebAssembly and the rest of the Web platform that have been considered: +## The `Wasm` object + +WebAssembly is exposed to the Web through a `Wasm` object, whose API is designed +to provide a powerful, idiomatic set of methods and properties to instantiate +and introspect WebAssembly modules directly from JavaScript. + ## Modules WebAssembly's [modules](Modules.md) allow for natural [integration with -- cgit v1.2.3