escargot/.gitmodules
HyukWoo Park 9be9cbc5c1 Replace WebAssembly engine by wamr
* fix build script
* add wamr submodule
* fix wasm related code to match with the new wasm-c-api

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2022-08-24 14:03:49 +09:00

32 lines
1 KiB
Text

[submodule "third_party/GCutil"]
path = third_party/GCutil
url = https://github.com/Samsung/gcutil.git
ignore = untracked
[submodule "third_party/windows/icu"]
path = third_party/windows/icu
url = https://github.com/Samsung/icu.git
ignore = untracked
[submodule "test/vendortest"]
path = test/vendortest
url = https://github.com/Samsung/js_vendor_tc.git
ignore = untracked
[submodule "test/test262"]
path = test/test262
url = https://github.com/tc39/test262.git
ignore = untracked
[submodule "test/octane"]
path = test/octane
url = https://github.com/chromium/octane.git
ignore = untracked
[submodule "test/kangax"]
path = test/kangax
url = https://github.com/kangax/compat-table.git
ignore = untracked
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
ignore = untracked
[submodule "third_party/wasm/wamr"]
path = third_party/wasm/wamr
url = https://github.com/bytecodealliance/wasm-micro-runtime.git
ignore = untracked