Closed2
Deno 実行可能ファイルのコンパイル
実行可能ファイルのコンパイル
deno compile https://deno.land/std/examples/welcome.ts
通常と同様にパーミッションフラグもコンパイル時に指定する。
クロスコンパイル
利用可能なターゲットは以下の通り。
$ deno compile --help
省略
--target <target>
Target OS architecture
[possible values: x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc, x86_64-apple-darwin, aarch64-apple-darwin]
このスクラップは2024/04/16にクローズされました