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) --> - +