diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/wasm.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/wasm.md b/docs/markdown/snippets/wasm.md new file mode 100644 index 0000000..04fbf49 --- /dev/null +++ b/docs/markdown/snippets/wasm.md @@ -0,0 +1,5 @@ +## Experimental Webassembly support via Emscripten + +Meson now supports compiling code to Webassembly using the Emscripten +compiler. As with most things regarding Webassembly, this support is +subject to change. |