瀏覽代碼

* updated comment and URL for the WebAssembly legacy exceptions proposal

Nikolay Nikolov 1 天之前
父節點
當前提交
f96357e27b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 }