Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm: init at 0.0.1 #17292

Merged
merged 2 commits into from
Jul 27, 2016
Merged

wasm: init at 0.0.1 #17292

merged 2 commits into from
Jul 27, 2016

Conversation

proglodyte
Copy link
Contributor

Motivation for this change

To make it easy to run WebAssembly from the command line

Things done
  • Tested using sandboxing
    (nix.useChroot on NixOS,
    or option build-use-chroot in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Run WebAssembly from the command line with v8 backend

Add the 'static' argument to the v8 package, which allows building the
package as a static library rather than a shared library. This allows
users to pass additional arguments to d8:
joestelmach/lint.vim#10
Run WebAssembly from the command line with v8 backend
@mention-bot
Copy link

@proglodyte, thanks for your PR! By analyzing the annotation information on this pull request, we identified @peti to be a potential reviewer

@proglodyte
Copy link
Contributor Author

Builds on top of #17223

@garbas garbas merged commit ff7bc9c into NixOS:master Jul 27, 2016
@proglodyte proglodyte deleted the wasm branch July 29, 2016 01:50
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.

3 participants