From: Zxilly Date: Sat, 24 Aug 2024 08:39:47 +0000 (+0000) Subject: misc/wasm: move wasm runtime files to lib/wasm X-Git-Tag: go1.24rc1~1081 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6781ff226d8d2f9b49a61eaa8de40be68fea7037;p=gostls13.git misc/wasm: move wasm runtime files to lib/wasm Fixes #68024 Change-Id: I730c3ecfb14472f3eea3895c2a4d5e1d4ac146f5 GitHub-Last-Rev: 4242f360103ba1fd1f4085b8257ccce0f07a68e5 GitHub-Pull-Request: golang/go#68840 Reviewed-on: https://go-review.googlesource.com/c/go/+/604696 Reviewed-by: Cherry Mui Reviewed-by: Dmitri Shuralyov Reviewed-by: Johan Brandhorst-Satzkorn LUCI-TryBot-Result: Go LUCI Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 8bea3f8fbc..2b564bf889 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -1,2 +1,5 @@ ## Ports {#ports} +### WebAssembly {#wasm} + +The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm`. diff --git a/misc/wasm/go_js_wasm_exec b/lib/wasm/go_js_wasm_exec similarity index 100% rename from misc/wasm/go_js_wasm_exec rename to lib/wasm/go_js_wasm_exec diff --git a/misc/wasm/go_wasip1_wasm_exec b/lib/wasm/go_wasip1_wasm_exec similarity index 100% rename from misc/wasm/go_wasip1_wasm_exec rename to lib/wasm/go_wasip1_wasm_exec diff --git a/misc/wasm/wasm_exec.js b/lib/wasm/wasm_exec.js similarity index 100% rename from misc/wasm/wasm_exec.js rename to lib/wasm/wasm_exec.js diff --git a/misc/wasm/wasm_exec_node.js b/lib/wasm/wasm_exec_node.js similarity index 100% rename from misc/wasm/wasm_exec_node.js rename to lib/wasm/wasm_exec_node.js diff --git a/misc/wasm/wasm_exec.html b/misc/wasm/wasm_exec.html index 72e64473eb..694b526df1 100644 --- a/misc/wasm/wasm_exec.html +++ b/misc/wasm/wasm_exec.html @@ -17,7 +17,7 @@ license that can be found in the LICENSE file. (see https://caniuse.com/#feat=textencoder) --> - +