質問編集履歴

2

タイトルを編集しました。

2019/06/13 20:09

投稿

kolu
kolu

スコア11

test CHANGED
@@ -1 +1 @@
1
- DXライブラリで実装したコードEmscriptenでWebAssemblyに変換したい
1
+ DXライブラリで実装したコードEmscriptenでWebAssemblyに変換すると 'tchar.h' file not found
test CHANGED
File without changes

1

コンパイルコマンドを追記しました。

2019/06/13 20:09

投稿

kolu
kolu

スコア11

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,13 @@
18
18
 
19
19
 
20
20
 
21
+ コンパイルコマンド
21
22
 
23
+ ```ここに言語を入力
24
+
25
+ emcc test.cpp -s WASM=1 -o test.html
26
+
27
+ ```
22
28
 
23
29
  ```ここに言語を入力
24
30