Skip to content

Commit

Permalink
a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 30, 2023
1 parent 8e6d274 commit a9cf9d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/run-spidermonkey.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9cf9d2

Please sign in to comment.