From a9cf9d2180117e4256b181ea99c5aa24ab33fe3c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 30 May 2023 23:06:45 +0900 Subject: [PATCH] a comment --- test/run-spidermonkey.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/run-spidermonkey.sh b/test/run-spidermonkey.sh index 75ad0fb8..19534eb9 100755 --- a/test/run-spidermonkey.sh +++ b/test/run-spidermonkey.sh @@ -1,5 +1,9 @@ #! /bin/sh +# Note: spidermonkey uses nan-boxing, which is one of motivations of +# nan-canonicalization in wasm. +# cf. https://github.com/WebAssembly/design/issues/1463 + set -e BIN=.spidermonkey/spidermonkey.wasm if [ ! -f ${BIN} ]; then