opam-2.0.0
Vova 3 years ago
parent 8631224b23
commit b474e8ee34

@ -1,5 +1,7 @@
#include <cstdio>
#include <cstring>
#include <fstream>
#include "wasm3_cpp.h"
#include "wasm/test_prog.wasm.h"

@ -8,6 +8,7 @@
#include <memory>
#include <string>
#include <iterator>
#include <cassert>
#include "wasm3.h"

@ -76,6 +76,7 @@
3D1ED52223C8CB560072E395 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
3D3C322D23C9319A00DB9F7E /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
3D3EC19D23D558D5008FD665 /* wasm3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wasm3.h; sourceTree = "<group>"; };
3D3EC19D23D578D5008FD665 /* wasm3_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wasm3_defs.h; sourceTree = "<group>"; };
B5E985C6262018B700FBE0FC /* m3_function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = m3_function.h; sourceTree = "<group>"; };
B5E985C7262018B700FBE0FC /* m3_function.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m3_function.c; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -98,6 +99,7 @@
B5E985C6262018B700FBE0FC /* m3_function.h */,
3D1B3AED23C8E20C00142C16 /* extra */,
3D3EC19D23D558D5008FD665 /* wasm3.h */,
3D3EC19D23D578D5008FD665 /* wasm3_defs.h */,
3D1B3AF323C8E20C00142C16 /* m3_api_defs.h */,
3D1B3AF423C8E20C00142C16 /* m3_api_libc.c */,
3D1B3AF523C8E20C00142C16 /* m3_api_libc.h */,

Loading…
Cancel
Save