summaryrefslogtreecommitdiff
path: root/deno2
AgeCommit message (Collapse)Author
2018-06-14Demo protobufs in deno2.Ryan Dahl
Adds deno_set_response() to allow stack allocated responses.
2018-06-14Add InitializeContext for future deno_nosnapshot target.Ryan Dahl
2018-06-14Change msg.proto package name.Ryan Dahl
2018-06-13Clean up the build (replace browserify with parcel)Ryan Dahl
2018-06-13deno2: build on WindowsBert Belder
2018-06-12deno2/main: add missing #includeBert Belder
2018-06-12Fix git versions in gclientRyan Dahl
2018-06-12Fix protobufjs snapshotting.Ryan Dahl
2018-06-12Simplify pbjs build with hack.Ryan Dahl
Just check in the generated files and create them using js/pbjs_hack.py. This allows vscode to be used and sane compilations.
2018-06-12Improve deno2 bundlingRyan Dahl
2018-06-12Format json too.Ryan Dahl
2018-06-12deno2: compile in TS, build protobufRyan Dahl
2018-06-11Calling denoSub twice should fail.Ryan Dahl
2018-06-11Use camel-case for deno js api.Ryan Dahl
2018-06-11deno_dispose -> deno_deleteRyan Dahl
2018-06-11Fix deno executableRyan Dahl
2018-06-11Clarify memory guarantees of deno_bufRyan Dahl
2018-06-11Add channel to pub/subRyan Dahl
2018-06-11deno2: fmt js dirRyan Dahl
2018-06-11Better function names in mock_runtime.jsRyan Dahl
2018-06-11Rename deno_load to deno_execute.Ryan Dahl
2018-06-11Add tests for deno_sub_cb.Ryan Dahl
2018-06-11Use pub/sub instead of send/recvRyan Dahl
2018-06-11Add deno_dispose to tests.Ryan Dahl
And fix ArrayBuffer memory problem.
2018-06-11Add deno_send tests.Ryan Dahl
2018-06-11Add mock_runtime_test.Ryan Dahl
2018-06-11Link msg.proto to root dirRyan Dahl
2018-06-11s/RecvCallback/deno_recv_cb/gRyan Dahl
2018-06-10Minor libdeno clean ups.Ryan Dahl
2018-06-10deno_test.cc actually calls into deno now.Ryan Dahl
2018-06-10Organize BUILD.gnRyan Dahl
2018-06-10Use C linkage in deno.hRyan Dahl
2018-06-10make_snapshot should be privateRyan Dahl
Now deno.h doesn't export v8.h and is self contained.
2018-06-10make_snapshot shouldn't depend on Deno objectRyan Dahl
2018-06-10Expose deno::from_snapshot() constructorRyan Dahl
2018-06-10First pass at libdeno.Ryan Dahl
2018-06-10Simplify c apiRyan Dahl
2018-06-10deno.cc clean upRyan Dahl
2018-06-10Wrap deno library in a namespace.Ryan Dahl
2018-06-10deno2 Simplify Print binding.Ryan Dahl
2018-06-10deno2: Fix lintRyan Dahl
2018-06-10deno2 readme adjustmentsRyan Dahl
2018-06-10Add deno2 prototype from external repo.Ryan Dahl