aboutsummaryrefslogtreecommitdiff
path: root/Web.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2016-03-15 10:54:52 -0700
committerJF Bastien <jfb@chromium.org>2016-03-15 10:54:52 -0700
commitfd1aab9fc11d2d92674ff08f94470d741d7f3e4a (patch)
tree67d77856d54ce48783b1e95a2075ad7b8acd6882 /Web.md
parent76cb68fc292ee793434af34bd4f21905f017f3d8 (diff)
downloadnanowasm-design-fd1aab9fc11d2d92674ff08f94470d741d7f3e4a.tar.gz
Skeleton for the Wasm object
We should document this better. Here's a start.
Diffstat (limited to 'Web.md')
-rw-r--r--Web.md6
1 files changed, 6 insertions, 0 deletions
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