ユーザ用ツール

サイト用ツール


wasi

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
wasi [2023/03/14 05:39] nullponwasi [2025/01/11 11:51] (現在) nullpon
行 10: 行 10:
 ### CLI ### CLI
    
-  * [[https://wasmtime.dev/|Wasmtime]] +  * [Wasmtime](https://wasmtime.dev/) 
-  * [[https://wasmer.io/|Wasmer - The Universal WebAssembly Runtime]]+  * [Wasmer - The Universal WebAssembly Runtime](https://wasmer.io/
 +  * [WasmEdge](https://wasmedge.org/)
  
-macOSいずれもbrewでインストール可能+wasmtime、wasmerはbrewでインストール可能。wasmedgeはdockerイメージが配布されている
  
 ### HTTPサーバ ### HTTPサーバ
    
-  * [[https://workers.wasmlabs.dev/|Wasm Workers Server]]+  * [Wasm Workers Server](https://workers.wasmlabs.dev/)
  
  
 ## rustでwasmをビルドしてwasiで実行 ## rustでwasmをビルドしてwasiで実行
  
-wasmtime [wasmtim](https://wasmtime.dev/) をインストール+[wasmtim](https://wasmtime.dev/) をインストール
  
 ``` ```
行 28: 行 29:
 ``` ```
  
-wasm32-wasiをビルドターゲットを追加+wasm32-wasip1をビルドターゲットを追加
  
 ``` ```
-rustup target add wasm32-wasi+rustup target add wasm32-wasip1
 ``` ```
  
行 60: 行 61:
  
 ``` ```
-cargo build --target wasm32-wasi+cargo build --target wasm32-wasip1
 ``` ```
  
wasi.1678772382.txt.gz · 最終更新: 2023/03/14 05:39 by nullpon