none ** Serve with Wub ** * Make NaTcl per README * mkdir [[docroot]]/NaTcl and [[docroot]]/NaTcl/exe * cp tcl.nexe [[docroot]]/NaTcl/exe * cp index.html tcl.nmf [[docroot]]/NaTcl/ Edit tcl.nmf to ====== { "nexes": { "x86-32": "exe/tcl.nexe", } } ====== Add to site.config: ====== /natcl/ { domain File root $Wub::docroot/NaTcl } /natcl/exe { domain File root $Wub::docroot/NaTcl/exe expires tomorrow } ====== See the article at [http://www.theregister.co.uk/2011/09/12/google_native_client_from_all_sides/] for a description of the native client implementation. Is anyone working on getting NaTcl to work with the newer versions of Chrome Native Client? ---- '''[jvoung] - 2012-08-28 23:02:17''' Note, there is a port to Chrome 14/15+: http://core.tcl.tk/tcl/timeline?r=ferrieux-nacl May require additional source changes to that compile with the newest NaCl SDK though (some headers changed slightly). <>Internet | Tcl Implementations