From 619211e9ba8a68c9d5de346dfc73fa0686c9148d Mon Sep 17 00:00:00 2001 From: Yeji Choi <61399588+yechoi42@users.noreply.github.com> Date: Sun, 18 Jul 2021 22:58:53 +0900 Subject: fix: delete wiki.mozilla.org from ko files (#1567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: delete wiki.mozilla.org from ko/learn files * fix: delete wiki.mozilla.org from ko/glossary files * fix: remove wiki * fix: remove python script file 잘못올렸습니다.. ㅠ * Update files/ko/web/html/attributes/index.html Co-authored-by: hochan222 --- files/ko/webassembly/c_to_wasm/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/webassembly') diff --git a/files/ko/webassembly/c_to_wasm/index.html b/files/ko/webassembly/c_to_wasm/index.html index 60ed315e87..0cdef3fcc9 100644 --- a/files/ko/webassembly/c_to_wasm/index.html +++ b/files/ko/webassembly/c_to_wasm/index.html @@ -68,7 +68,7 @@ int main(int argc, char ** argv) {

이제 WebAssembly를 지원하는 브라우저에서 hello.html을 로드해야합니다. Firefox 52+ 및 Chrome 57+, 최신 Opera에서 기본적으로 활성화됩니다 (about:config 또는 javascript.options.wasm 플래그를 활성화하여 Firefox 47+에서 wasm 코드를 실행하거나 Chrome (51+) 및 Opera (38+) chrome://flags로 이동하여 Experimental WebAssembly 플래그를 사용하도록 설정합니다.)

-

Note: 생성된 HTML 파일 (hello.html) 을 로컬 하드(예: file://your_path/hello.html)에서 직접 읽으려고 하면 wasm의 동기, 비동기 패치(fetch)라인에 따라 에러메시지가 표시됩니다. HTTP 서버로 HTML파일을 실행해야 합니다. — 로컬 테스팅 서버를 셋업하는 방법을 참고하세요.

+

Note: 생성된 HTML 파일 (hello.html) 을 로컬 하드(예: file://your_path/hello.html)에서 직접 읽으려고 하면 wasm의 동기, 비동기 패치(fetch)라인에 따라 에러메시지가 표시됩니다. HTTP 서버로 HTML파일을 실행해야 합니다. — 로컬 테스팅 서버를 셋업하는 방법을 참고하세요.

모든 것이 계획대로 작동했다면 Emscripten 콘솔의 "Hello world" 출력이 웹 페이지와 브라우저의 JavaScript 콘솔에 나타나야 합니다. 축하합니다. WebAssembly에 C를 컴파일하고 브라우저에서 실행했습니다!

-- cgit v1.2.3-54-g00ecf