Skip to content

Commit

Permalink
Update README.md: fix description for short option
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongkeunahn committed Sep 8, 2024
1 parent 7816db3 commit cf1eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Linux (WSL 포함) 환경에서 빌드하는 방법입니다.

* `release-rs.sh`를 실행하면 64비트 리눅스 환경(백준 온라인 저지 등)에 제출 가능한 Rust 코드가 출력됩니다. 생성된 코드를 Windows에서 컴파일하려면 crate type을 `cdylib`에서 `bin`으로 변경해야 합니다.

* Note: C 또는 Rust 코드로 출력하는 shell script에 `--short` option을 전달하면 짧은 코드가 출력됩니다. 짧은 코드 생성 기능은 템플릿 길이 단축 및 basm-std 내부 구현 최적화를 통해 구현되어 있습니다. `--short` option으로 생성된 코드는 Linux x64 환경에서만 실행이 가능하고 Windows에서 실행이 불가능합니다.
* Note: C 또는 Rust 코드로 출력하는 shell script에 `--features short` option을 전달하면 짧은 코드가 출력됩니다. 짧은 코드 생성 기능은 템플릿 길이 단축 및 basm-std 내부 구현 최적화를 통해 구현되어 있습니다. `--features short` option으로 생성된 코드는 Linux x64 환경에서만 실행이 가능하고 Windows에서 실행이 불가능합니다.

* `release-wasm32.sh`를 실행하면 제출 가능한 JavaScript (wasm32) 코드가 출력됩니다.

Expand Down

0 comments on commit cf1eebb

Please sign in to comment.