]> Cypherpunks repositories - gostls13.git/commit
make Native Client support build again,
authorRuss Cox <rsc@golang.org>
Fri, 4 Dec 2009 18:11:32 +0000 (10:11 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 4 Dec 2009 18:11:32 +0000 (10:11 -0800)
commit609eeee81737deba01c9d6d459fb5e8483d336ab
tree9fae702059ee9f94f2bc731ad4f4801ce188208a
parent11384eecf8933b6c658f98ab95a1acf62c52aa39
make Native Client support build again,
add README explaining how to try the
web demos.

Fixes #339.

R=r
CC=barry.d.silverman, bss, vadim
https://golang.org/cl/165057
17 files changed:
src/all-nacl.bash [changed mode: 0644->0755]
src/make.bash
src/pkg/Makefile
src/pkg/exp/4s/4s.go
src/pkg/exp/4s/4s.html
src/pkg/exp/4s/5s.go [new file with mode: 0644]
src/pkg/exp/4s/5s.html [new file with mode: 0644]
src/pkg/exp/4s/Makefile
src/pkg/exp/4s/xs.go
src/pkg/exp/nacl/README [new file with mode: 0644]
src/pkg/exp/spacewar/pdp1.go
src/pkg/exp/spacewar/spacewar.go
src/pkg/exp/spacewar/spacewar.html
src/pkg/syscall/syscall_nacl.go
src/pkg/syscall/types_nacl.c
src/pkg/syscall/ztypes_nacl_386.go
test/run-nacl