Include two more std::string functions in wasm stdlib

This commit is contained in:
Max Brunsfeld 2023-10-27 21:54:23 +01:00
parent 2c0b52eec6
commit 0743edd162
4 changed files with 1947 additions and 1915 deletions

View file

@ -28,7 +28,5 @@ EMSDK_DIR="./target/emsdk"
) >&2
(
source "$EMSDK_DIR/emsdk_env.sh" > /dev/null
emcc --version >&2
echo export $(env | egrep '^(PATH|EM.*)')
echo "source \"$EMSDK_DIR/emsdk_env.sh\""
)