問題タブ [webassembly]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
bash - WebAssembly の使用を開始するためのチュートリアルの問題
ここのガイドに従って、Hello World wasm アプリケーション (Mac OS) を作成しています。私はすべてを T までたどり、確かgit
にpython
私のPATH
中にあり、90% の確信cmake
が私の道の中にあります。インストールは長かったですが、うまくいきました。emcc hello.c -s WASM=1 -o hello.html
ただし、端末にコマンドを入力すると、メッセージが表示されます-bash: emcc: command not found
。それもやってみたsudo
。
問題が何であるかわかりません。私は明らかに非常に環境に優しいです。ありがとう!
web - WebAssembly データ型の uint32 と i32 の違いは何ですか?
uint32 と i32 の違いがわかりません。定義は次のとおりです。
また、オペコードを持つべきはインストラクターだけですが、ここでの「型コンストラクター」の意味は何ですか?