mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	|  5737783f92 When building LLVM, if multiple SDKs are installed in `/Library/Developer/CommandLineTools/SDKs`,
headers from multiple SDKs are picked, generating build errors as describe here:
    https://github.com/bytecodealliance/wasm-micro-runtime/issues/1758.
Without disabling the bound checks (i.e. -DWAMR_DISABLE_HW_BOUND_CHECK=1)
when building `iwasm`, the `-g=127.0.0.1:1234` parameter makes the runtime crash.
Update the document to avoid the issues.
Signed-off-by: eloparco <eloparco@amazon.com> | ||
|---|---|---|
| .. | ||
| pics | ||
| build_wamr.md | ||
| build_wasm_app.md | ||
| devcontainer.md | ||
| embed_wamr.md | ||
| export_native_api.md | ||
| linux_sgx.md | ||
| memory_tune.md | ||
| multi_module.md | ||
| other_wasm_compilers.md | ||
| port_wamr.md | ||
| pthread_library.md | ||
| ref_types.md | ||
| release_ack.md | ||
| roadmap.md | ||
| semantic_version.md | ||
| socket_api.md | ||
| source_debugging.md | ||
| wamr_api.md | ||
| wasm_c_api.md | ||
| xip.md | ||