LoginSignup
4
3

More than 5 years have passed since last update.

WebAssembly(wast)を書こう!

Posted at

sexpr-wasmをインストールしよう!

https://github.com/WebAssembly/sexpr-wasm-prototype を参照。

環境を作ろう!

インスコして

git clone https://github.com/ukyo/wast-small-starter.git
cd wast-small-starter
npm install

スタート

npm start

書こう!

何使ってもいいんですが、Visual Studio CodeのExtensionを作ったので是非使ってみてください。
https://marketplace.visualstudio.com/items?itemName=ukyo.wast

文法等は https://github.com/WebAssembly/spec/tree/master/ml-proto/test を見るとなんとなくわかると思います。

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3