Bläddra i källkod

* updated comment and URL for the WebAssembly legacy exceptions proposal

Nikolay Nikolov 1 dag sedan
förälder
incheckning
f96357e27b
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      compiler/globtype.pas

+ 2 - 2
compiler/globtype.pas

@@ -329,8 +329,8 @@ interface
          ts_wasm_bf_exceptions,
          { JavaScript-based exception support }
          ts_wasm_js_exceptions,
-         { native WebAssembly exceptions support:
-           https://github.com/WebAssembly/exception-handling/blob/master/proposals/exception-handling/Exceptions.md }
+         { WebAssembly legacy exceptions support:
+           https://github.com/WebAssembly/exception-handling/blob/master/proposals/exception-handling/legacy/Exceptions.md }
          ts_wasm_native_legacy_exceptions,
          { support multithreading via the WebAssembly threading proposal:
            https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md }