소스 검색

* 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 }