diff --git a/pages/sdk/wasmer-js.mdx b/pages/sdk/wasmer-js.mdx index 204fd98..07f174a 100644 --- a/pages/sdk/wasmer-js.mdx +++ b/pages/sdk/wasmer-js.mdx @@ -18,6 +18,7 @@ Some functionality supported by `@wasmer/sdk`: - Spawning sub-processes using commands from the same package, side-loaded packages (`uses`), or arbitrary packages from the Wasmer registry using the virtual `wasmer run` command +- Support for WebAssembly Tags and Exceptions, enabling languages like PHP to run with full exception handling ## Quickstart @@ -93,4 +94,4 @@ on line 11. [wasmer-sdk]: https://www.npmjs.com/package/@wasmer/sdk -[wasix]: https://wasix.org/ +[wasix]: https://wasix.org/ \ No newline at end of file