Skip to content

Conversation

@rossberg
Copy link
Member

@rossberg rossberg commented Oct 2, 2015

  • Only build opt version by default.
  • Mark main.native and main.d.byte as intermediate targets.
  • Introduce test target to invoke test runner.

This should address issue #102 .

@lukewagner
Copy link
Member

Thanks!

@sunfishcode
Copy link
Member

The debug build has much more extensive backtraces, and since performance isn't really important for the spec interpreter, would it make sense to make the debug build be the default?

@rossberg
Copy link
Member Author

rossberg commented Oct 5, 2015 via email

@sunfishcode
Copy link
Member

lgtm

rossberg added a commit that referenced this pull request Oct 5, 2015
@rossberg rossberg merged commit 5833a80 into master Oct 5, 2015
@rossberg rossberg deleted the makefile-improvements branch October 5, 2015 14:33
@lukewagner
Copy link
Member

The issue I see now is that make and runtests.py don't seem to observe file changes so i have to force rebuild.

@rossberg
Copy link
Member Author

rossberg commented Oct 5, 2015 via email

eqrion pushed a commit to eqrion/wasm-spec that referenced this pull request Jul 18, 2019
* [spec] Add  exec text

* Update document/core/exec/instructions.rst

Co-Authored-By: Andreas Rossberg <[email protected]>

* Update document/core/exec/instructions.rst

Co-Authored-By: Andreas Rossberg <[email protected]>

* Update document/core/exec/instructions.rst

Co-Authored-By: Andreas Rossberg <[email protected]>

* Apply suggestions from code review

Co-Authored-By: Andreas Rossberg <[email protected]>
alexcrichton pushed a commit to alexcrichton/spec that referenced this pull request Nov 18, 2019
Clarifies that low lanes are lanes [0, n/2) and high lanes are
[n/2, n) and that the order of arguments to the narrowing ops
are (low, high). This matches the current implementation in V8.
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Sep 20, 2023
rossberg pushed a commit that referenced this pull request Jan 20, 2025
* Test largest valid initial size for memory32 in memory.wast

* Only validate and don't instantiate large memory
dhil added a commit to dhil/webassembly-spec that referenced this pull request Feb 18, 2025
This patch fixes a bug with the arity of the continuation reference
generated by a `switch` (aka the current continuation). Its arity was
mistakenly derived from the switch-tag's codomain. The arity of the
current continuation can be obtained at the `switch` point by
deconstructing the type annotation on it.
stevenfontanella pushed a commit to stevenfontanella/spec that referenced this pull request Nov 12, 2025
* Add wide-arithmetic proposal to list of repos

* Update repos

  spec:
    WebAssembly@85a7ccb0
  memory64:
    WebAssembly/memory64@9e107e01
  wide-arithmetic:
    WebAssembly@d2b3d045

This change was automatically generated by `update-testsuite.sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants